From c1b051a18520b89acc0d5d8d73183e3faa3ce5fc Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 1 Dec 2025 15:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=83=85=E7=BB=AA=E7=89=88la?= =?UTF-8?q?yout=E5=87=BA=E7=8E=B0=E6=8B=89=E4=BC=B8=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/style.css | 8 +++- src/assets/style/style.less | 8 +++- src/component/HomePage/layout.vue | 33 ++++---------- .../design/collection/MoodboardUpload.vue | 43 +++---------------- 4 files changed, 28 insertions(+), 64 deletions(-) diff --git a/src/assets/style/style.css b/src/assets/style/style.css index d917340c..ea80571e 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -1250,10 +1250,14 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte background: #000 !important; border-color: #000 !important; } +.ant-spin .ant-spin-dot { + width: 1.5em; + height: 1.5em; +} .ant-spin-dot-item { background-color: #000000 !important; - width: 9px !important; - height: 9px !important; + width: 0.9em !important; + height: 0.9em !important; } .ant-spin { color: #000; diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 938f0a7b..382f48ef 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -1378,10 +1378,14 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte } } //loding样式 +.ant-spin .ant-spin-dot{ + width: 1.5em; + height: 1.5em; +} .ant-spin-dot-item{ background-color: #000000 !important; - width: 9px !important; - height: 9px !important; + width: .9em !important; + height: .9em !important; } .ant-spin{ color: #000; diff --git a/src/component/HomePage/layout.vue b/src/component/HomePage/layout.vue index 7a929856..3147483e 100644 --- a/src/component/HomePage/layout.vue +++ b/src/component/HomePage/layout.vue @@ -34,8 +34,8 @@
-