Skip to content

Commit 362f1a5

Browse files
authored
fix: css中小疏漏rgba
1 parent eb5298a commit 362f1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/layout/setting/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default {
101101
color: #fff;
102102
border-radius: 4px 0 0 4px;
103103
cursor: pointer;
104-
-webkit-box-shadow: inset 0 0 6px rgb(0 ,0 ,0, 10%);
104+
-webkit-box-shadow: inset 0 0 6px rgba(0 ,0 ,0, 10%);
105105
}
106106
.setting_body{
107107
padding: 20px;

0 commit comments

Comments
 (0)