Parcourir la source

修改按钮样式

mxx il y a 3 ans
Parent
commit
fdb01fc3ae
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/App.vue

+ 4 - 0
src/App.vue

@@ -86,4 +86,8 @@ export default {
 ::-webkit-scrollbar-track-piece {
   background: #f9fafe !important;
 }
+.el-button--primary{
+    background-color: #5878e8;
+    border-color: #5878e8;
+}
 </style>