From 8410b536a5f7cd16b5d8dcd86b28b6a283437626 Mon Sep 17 00:00:00 2001 From: children117cl <278950112@qq.com> Date: 星期四, 03 六月 2021 11:30:05 +0800 Subject: [PATCH] 调整table里面,按钮字体颜色 --- src/styles/ry.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/ry.scss b/src/styles/ry.scss index c4b9b7c..225a386 100644 --- a/src/styles/ry.scss +++ b/src/styles/ry.scss @@ -105,7 +105,7 @@ position: absolute; } -.el-table .fixed-width .el-button--mini { +.el-table .fixed-width .el-button--text { color: #409EFF; padding-left: 0; padding-right: 0; @@ -237,4 +237,4 @@ .top-right-btn { position: relative; float: right; -} \ No newline at end of file +} -- Gitblit v1.8.0