diff --git a/src/App.vue b/src/App.vue index 43a7bc6..9c23c6a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -31,9 +31,9 @@ export default { background-color: #3060C4 !important; border-color: #3060C4 !important; } -.el-button--primary { - color: #FFFFFF !important; - background-color: #3060C4 !important; +.el-button--default +{ + color: #3060C4 !important; border-color: #3060C4 !important; } .el-button--primary { @@ -41,11 +41,6 @@ export default { background-color: #3060C4 !important; border-color: #3060C4 !important; } -.el-button--default -{ - color: #3060C4 !important; - border-color: #3060C4 !important; -} .header-class { background-color: #243970 !important;