From 951b7167d8fcc0101b7650b569313dfb4d0c8a5e Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 20 Mar 2025 17:19:05 +0800 Subject: [PATCH] no message --- css/contrastDetails.css | 4 ++++ css/contrastDetails.less | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 9e39bf4..1954e58 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -51,6 +51,10 @@ background-color: #2d2d2d; border: 1px #2d2d2d; } +.top-hand .top-right .save-btn.save-already .icon { + width: 20px; + height: 20px; +} .top-hand .top-right .save-btn .icon { width: 24px; height: 24px; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index 4c58f21..e6d65fe 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -57,6 +57,10 @@ &.save-already { background-color: rgba(45, 45, 45, 1); border: 1px rgba(45, 45, 45, 1); + .icon { + width: 20px; + height: 20px; + } } .icon {