From 7b2f20f1299306f087d89aa202b52708df7ec4e6 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期三, 07 四月 2021 09:14:44 +0800 Subject: [PATCH] 统一样式修改部分完成。 --- src/styles/theme-dark/el-ui/button.less | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles/theme-dark/el-ui/button.less b/src/styles/theme-dark/el-ui/button.less index 4f9d1f8..9c3cc50 100644 --- a/src/styles/theme-dark/el-ui/button.less +++ b/src/styles/theme-dark/el-ui/button.less @@ -1,35 +1,35 @@ -.el-button--primary{ +--primary{ color: @dark--text-base; background-color: @dark--button-primary-background-color; border-color: @dark--primary-color; } -.el-button--primary:hover, .el-button--primary:focus{ +--primary:hover, --primary:focus{ background: rgb(51, 163, 182); border-color: rgb(81, 229, 253); color: @dark--title-color; } -.el-button--primary:active{ +--primary:active{ background: rgb(0, 126, 148); border-color: rgb(34, 200, 228); color: @dark--title-color; outline: none; } -.el-button--primary.is-active{ +--primary.is-active{ background: rgb(0, 126, 148); border-color: rgb(34, 200, 228); color: @dark--title-color; } -.el-button--primary.is-plain{ +--primary.is-plain{ background: transparent; border: 1px solid #198CA7; color: rgb(31, 45, 61); } -.el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus{ +--primary.is-plain:hover, --primary.is-plain:focus{ background: transparent; border-color: @dark--primary-color; color: @dark--button-primary-background-color; -- Gitblit v1.8.0