From 11a383ff2d8780010998ff19a5afd209b057aab4 Mon Sep 17 00:00:00 2001 From: caoxinyu Date: Thu, 13 Jun 2019 16:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/element-ui.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index 0af52e3f..010d5007 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -32,15 +32,16 @@ color: white; } .el-table td, .is-leaf{ - hover: red; background-color: rgb(213, 230, 347); color: black; font-weight:400 - } .el-table--striped .el-table__body tr.el-table__row--striped td{ background-color: rgb(255, 255, 255); } + .el-table thead.is-group th{ + background-color: rgb(98, 157, 209); + } .el-textarea__inner, .el-radio__inner, .el-input__inner{