Przeglądaj źródła

按钮样式处理

jiawuxian 2 lat temu
rodzic
commit
7eceb2e288
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/assets/styles/index.scss

+ 3 - 3
src/assets/styles/index.scss

@@ -204,12 +204,12 @@ aside {
 }
 
 .el-button--primary {
-  background: rgba(0, 140, 214, 1) !important;
+  background: rgba(0, 140, 214, 0.1) !important;
   border-color: rgba(0, 140, 214,1) !important;
 }
 
 .el-button--primary:focus,
 .el-button--primary:hover {
-  background: rgba(0, 140, 214, 0.8) !important;
-  border-color: rgba(0, 140, 214, 0.8) !important;
+  background: rgba(0, 140, 214, 1) !important;
+  border-color: rgba(0, 140, 214,1) !important;
 }