From 19b5313ef3d60f74bcabcfbb059c0949df1de260 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 20 Mar 2025 17:31:04 +0800 Subject: [PATCH] no message --- css/contrastDetails.css | 6 ++---- css/contrastDetails.less | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 1954e58..619b73b 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -48,15 +48,13 @@ cursor: pointer; } .top-hand .top-right .save-btn.save-already { - background-color: #2d2d2d; - border: 1px #2d2d2d; + background-color: #333; + border: 1px #333; } .top-hand .top-right .save-btn.save-already .icon { - width: 20px; height: 20px; } .top-hand .top-right .save-btn .icon { - width: 24px; height: 24px; margin-right: 5px; } diff --git a/css/contrastDetails.less b/css/contrastDetails.less index e6d65fe..5aaed07 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -55,16 +55,16 @@ cursor: pointer; &.save-already { - background-color: rgba(45, 45, 45, 1); - border: 1px rgba(45, 45, 45, 1); + background-color: #333; + border: 1px #333; .icon { - width: 20px; + // width: 20px; height: 20px; } } .icon { - width: 24px; + // width: 24px; height: 24px; margin-right: 5px; }