From f20a68306c85110bfcb6f89a2656ec6801efad25 Mon Sep 17 00:00:00 2001 From: "liulujia@meswork.com" Date: Tue, 11 Feb 2020 10:14:50 +0800 Subject: [PATCH] 20200211lljV1 --- src/styles/element-ui.scss | 6 +++--- src/styles/index.scss | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index f5d9be3b..03e15f2b 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -30,10 +30,10 @@ .el-table th{ background-color: #7eaced; color: white;/*修改表格头部背景*/ - line-height: 3em!important; + line-height: 35px!important; } .el-table__row td{ - padding: 5px 0!important; + padding: 3px 0!important; } .el-tree-node__content>.el-tree-node__expand-icon{ @@ -47,7 +47,7 @@ //聚焦表格行变色 .hover-row td{ //background: RGB(236 245 255)!important; - background: red!important; + background: #d8e5f6!important; } .el-table--enable-row-hover .el-table__body tr:hover>td{ diff --git a/src/styles/index.scss b/src/styles/index.scss index 396bd891..96f0e9d0 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -146,7 +146,7 @@ el-card{ border-bottom-width: 0; padding: 0; background: white; -}s +} .block{ margin-bottom: 3px; } @@ -297,7 +297,7 @@ h3 { /* 设置表主体的高度 */ .el-table__body td,.el-table__body th{ padding:1px!important; - height: 25px!important; + height: 28px!important; } /* 设置表头的高度 */ .el-table__header td,.el-table__header th{