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;