From cb0c0ee3ea35da0ebfda286e873868af6a531942 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 21 十二月 2022 18:14:20 +0800 Subject: [PATCH] 运营管理ui修改 --- src/App.vue | 41 +++++++++++++++++++++++++---------------- 1 files changed, 25 insertions(+), 16 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5974d0d..353a4dc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,27 +55,33 @@ .el-select-dropdown, .popper-class { - background-color: #17324c !important; + // background-color: #17324c !important; } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover { - background-color: #17324c !important; + // background-color: #17324c !important; } .el-tree { - background-color: #09152f !important; + // background-color: #09152f !important; } .el-tree-node__content:hover, .el-upload-list__item:hover { - background-color: #09152f !important; + // background-color: #09152f !important; color: #4b9bb7 !important; } .el-tree-node:focus > .el-tree-node__content { - background-color: #070f22 !important; + // background-color: #070f22 !important; color: #4b9bb7; +} + +.button-addition { + background-color: #eb5d01 !important; + border: 1px solid #eb5d01 !important; + color: #ffffff; } /*瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙 @@ -83,7 +89,7 @@ ::-webkit-scrollbar { width: 4px; height: 4px; - background-color: #070f22; + // background-color: #070f22; } /*瀹氫箟婊氬姩鏉¤建閬� @@ -91,7 +97,7 @@ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; - background-color: #070f22; + // background-color: #070f22; } /*瀹氫箟婊戝潡 @@ -105,7 +111,7 @@ // 璁剧疆dialog鏍峰紡 .el-dialog__header, .el-dialog__body { - background-color: #06122c; + // background-color: #06122c; } .el-dialog__header { @@ -129,12 +135,12 @@ #app { // 璁剧疆寮瑰嚭妗嗘牱寮� .el-dialog__title { - color: #4b9bb7; + color: #606266; } // 璁剧疆table鏍峰紡 .el-table__empty-block { - background-color: #09152f; + // background-color: #09152f; } .el-table__empty-block { @@ -146,19 +152,19 @@ } .el-table .warning-row { - background: #06122c; + // background: #06122c; } .el-table .success-row { - background: #071f39; + // background: #071f39; } .el-input__inner { - background-color: #09152f; - border: 1px solid #17324c; + // background-color: #09152f; + // border: 1px solid #17324c; } .el-textarea__inner { - background-color: #09152f; + // background-color: #09152f; border: 1px solid #17324c; } } @@ -176,4 +182,7 @@ -webkit-box-shadow: inset 0 0 6px rgba(145, 143, 0143, 0.3); background-color: rgb(145, 143, 143); /*婊氬姩鏉$殑鑳屾櫙棰滆壊*/ } -</style> \ No newline at end of file +.el-range-input { + // background-color: #09152f; +} +</style> -- Gitblit v1.8.0