From 0863323c8d89742f90c10fc6ea0c1435fd69f58f Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 11 一月 2023 15:12:52 +0800 Subject: [PATCH] 2023/1/11 肖辉 首页图标修改 UI样式修改 --- src/views/systemSetting/baseSetting/user/components/main/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/systemSetting/baseSetting/user/components/main/index.vue b/src/views/systemSetting/baseSetting/user/components/main/index.vue index 1629e32..d14fc65 100644 --- a/src/views/systemSetting/baseSetting/user/components/main/index.vue +++ b/src/views/systemSetting/baseSetting/user/components/main/index.vue @@ -3,8 +3,11 @@ <div class="mainContent"> <!-- 鏁版嵁灞曠ず --> <el-table + border + stripe ref="multipleTable" :header-cell-style="{ + 'background':'#F5F5F5', 'font-size': '14px', 'font-weight': '650', 'line-height': '45px', @@ -497,7 +500,7 @@ .funs { display: flex; .funs-sp { - // border: 1px solid #17324c; + border: 1px solid #DCDFE6; } .funsItem { line-height: 28px; @@ -516,7 +519,7 @@ width: 120px; } - + } } @@ -558,4 +561,4 @@ } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0