diff --git a/src/App.vue b/src/App.vue index 163bb87..43a7bc6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,4 +26,29 @@ export default { .avue--detail .el-col{ margin-bottom: 0; } +.el-button--danger { + color: #FFFFFF !important; + background-color: #3060C4 !important; + border-color: #3060C4 !important; +} +.el-button--primary { + color: #FFFFFF !important; + background-color: #3060C4 !important; + border-color: #3060C4 !important; +} +.el-button--primary { + color: #FFFFFF !important; + background-color: #3060C4 !important; + border-color: #3060C4 !important; +} +.el-button--default +{ + color: #3060C4 !important; + border-color: #3060C4 !important; +} +.header-class +{ + background-color: #243970 !important; + color: #FFFFFF !important; +}