Explorar el Código

Merge pull request #555 from bbqi/master

fix: css中小疏漏rgba
奇淼(piexlmax hace 3 años
padre
commit
fdde1f0b0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/src/view/layout/setting/index.vue

+ 1 - 1
web/src/view/layout/setting/index.vue

@@ -101,7 +101,7 @@ export default {
   color: #fff;
   border-radius: 4px 0 0 4px;
   cursor: pointer;
-  -webkit-box-shadow: inset 0 0 6px rgb(0 ,0 ,0, 10%);
+  -webkit-box-shadow: inset 0 0 6px rgba(0 ,0 ,0, 10%);
 }
 .setting_body{
   padding: 20px;