Browse Source

fix: css中小疏漏rgba

main
bbqi 3 years ago
committed by GitHub
parent
commit
35b5395a08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/src/view/layout/setting/index.vue

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

@ -101,7 +101,7 @@ export default {
color: #fff; color: #fff;
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
cursor: pointer; 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{ .setting_body{
padding: 20px; padding: 20px;

Loading…
Cancel
Save