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 @@