From 231f6b9031141f994a60a29c4e8147d50b87a9c0 Mon Sep 17 00:00:00 2001 From: cun-nan <19819293608@163.com> Date: Sat, 6 Jul 2024 10:43:36 +0800 Subject: [PATCH] bug --- fuintAdmin/src/assets/styles/btn.scss | 12 ++++++++++++ fuintAdmin_zt/src/assets/styles/btn.scss | 18 ++++++++++++++++++ fuintCashierWeb/src/assets/styles/btn.scss | 14 ++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/fuintAdmin/src/assets/styles/btn.scss b/fuintAdmin/src/assets/styles/btn.scss index e6ba1a8e1..9b122fda0 100644 --- a/fuintAdmin/src/assets/styles/btn.scss +++ b/fuintAdmin/src/assets/styles/btn.scss @@ -97,3 +97,15 @@ font-size: 14px; border-radius: 4px; } +.el-button--warning{ + background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important; + border: 0px !important; +} +.el-button--primary{ + background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important; + border: 0px !important; +} +.el-button--success{ + background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; + border: 0px !important; +} diff --git a/fuintAdmin_zt/src/assets/styles/btn.scss b/fuintAdmin_zt/src/assets/styles/btn.scss index e6ba1a8e1..92326cc14 100644 --- a/fuintAdmin_zt/src/assets/styles/btn.scss +++ b/fuintAdmin_zt/src/assets/styles/btn.scss @@ -97,3 +97,21 @@ font-size: 14px; border-radius: 4px; } + +.el-button--warning{ + color: white !important; + background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important; + border: 0px !important; +} +.el-button--primary{ + color: white !important; + background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important; + border: 0px !important; +} +.el-button--success{ + background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; + border: 0px !important; +} +.el-button--text{ + color: #FF9655 !important; +} diff --git a/fuintCashierWeb/src/assets/styles/btn.scss b/fuintCashierWeb/src/assets/styles/btn.scss index e6ba1a8e1..7c5e54698 100644 --- a/fuintCashierWeb/src/assets/styles/btn.scss +++ b/fuintCashierWeb/src/assets/styles/btn.scss @@ -97,3 +97,17 @@ font-size: 14px; border-radius: 4px; } +.el-button--warning{ + color: white !important; + background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important; + border: 0px !important; +} +.el-button--primary{ + color: white !important; + background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important; + border: 0px !important; +} +.el-button--success{ + background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; + border: 0px !important; +}