From 2cb169f1a48aab19458899370d92d53bebeb9216 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期四, 12 一月 2023 17:23:53 +0800 Subject: [PATCH] 2023/1/12 肖辉 tools修改 --- src/App.vue | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1dee9fa..bfbe1c3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -113,7 +113,6 @@ .el-dialog__body { // background-color: #06122c; } - .el-dialog__header { display: flex; align-items: center; @@ -121,7 +120,6 @@ padding: 20px; line-height: 60px; } - .el-dialog__close { width: 20px; height: 20px; @@ -134,10 +132,12 @@ #app { .userList{ - + height: 100%; + overflow: auto; } .list{ - + height: 100%; + overflow: auto; } // 璁剧疆寮瑰嚭妗嗘牱寮� .el-dialog__title { @@ -148,28 +148,22 @@ background-color: #DCDFE6; //border: 1px solid #DCDFE6; } - // 璁剧疆table鏍峰紡 .el-table__empty-block { // background-color: #09152f; } - .el-table__empty-block { color: #4b9bb7; } - .el-table__empty-text { color: #4b9bb7; } - .el-table .warning-row { // background: #06122c; } - .el-table .success-row { // background: #071f39; } - .el-input__inner { // background-color: #09152f; // border: 1px solid #17324c; -- Gitblit v1.8.0