Merge pull request #555 from bbqi/master

fix: css中小疏漏rgba
This commit is contained in:
奇淼(piexlmax
2021-07-01 17:52:45 +08:00
committed by GitHub
+1 -1
View File
@@ -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;