Merge remote-tracking branch 'origin/release/v0.2.9' into develop

This commit is contained in:
Ke Sun
2026-03-31 19:16:13 +08:00
55 changed files with 1482 additions and 570 deletions

View File

@@ -377,9 +377,10 @@ body {
.ant-input-filled,
.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
background-color: #FFFFFF;
border-color: #FFFFFF;
}
.ant-input-filled:hover,
.ant-select-filled:not(.ant-select-customize-input) .ant-select-selector {
.ant-select-filled:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
background-color: #FFFFFF;
border-color: #171719;
}
@@ -402,7 +403,7 @@ body {
color: #FF5D34;
}
.spin.ant-spin-nested-loading .ant-spin-container::after {
.spin .ant-spin-nested-loading .ant-spin-container::after {
background: transparent;
}
.upload-block,