浏览代码

Merge pull request #555 from bbqi/master

fix: css中小疏漏rgba
奇淼(piexlmax 3 年之前
父节点
当前提交
fdde1f0b0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;