From d6fb18b49cd61427a343fbe7a2a4f94e4b597bdc Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期四, 29 十二月 2022 14:00:41 +0800 Subject: [PATCH] fix:店铺状态 --- src/App.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index bab6fae..b58e05d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -135,7 +135,10 @@ #app { // 璁剧疆寮瑰嚭妗嗘牱寮� .el-dialog__title { - color: #4b9bb7; + color: #E9eef3; + } + .el-dialog__header { + background-color: #09152f; } // 璁剧疆table鏍峰紡 @@ -165,7 +168,7 @@ } .el-textarea__inner { // background-color: #09152f; - border: 1px solid #17324c; + // border: 1px solid #17324c; } } .el-table__body-wrapper::-webkit-scrollbar { @@ -185,4 +188,4 @@ .el-range-input { // background-color: #09152f; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0