调整加载icon

This commit is contained in:
X1627315083
2025-11-21 09:46:57 +08:00
parent 155b5b4cd5
commit b7d87c9355
2 changed files with 6 additions and 2 deletions

View File

@@ -1250,7 +1250,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
border-color: #000 !important; border-color: #000 !important;
} }
.ant-spin-dot-item { .ant-spin-dot-item {
background-color: #000000; background-color: #000000 !important;
width: 9px !important;
height: 9px !important;
} }
.ant-spin { .ant-spin {
color: #000; color: #000;

View File

@@ -1378,7 +1378,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
} }
//loding样式 //loding样式
.ant-spin-dot-item{ .ant-spin-dot-item{
background-color: #000000; background-color: #000000 !important;
width: 9px !important;
height: 9px !important;
} }
.ant-spin{ .ant-spin{
color: #000; color: #000;