From b7d87c9355a67f18c9bee3879d4c22a3c9a33db4 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 21 Nov 2025 09:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8A=A0=E8=BD=BDicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/style.css | 4 +++- src/assets/style/style.less | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/assets/style/style.css b/src/assets/style/style.css index 3d6fb541..5740dcf8 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -1250,7 +1250,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte border-color: #000 !important; } .ant-spin-dot-item { - background-color: #000000; + background-color: #000000 !important; + width: 9px !important; + height: 9px !important; } .ant-spin { color: #000; diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 0b3b924f..2b310f33 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -1378,7 +1378,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte } //loding样式 .ant-spin-dot-item{ - background-color: #000000; + background-color: #000000 !important; + width: 9px !important; + height: 9px !important; } .ant-spin{ color: #000;