This commit is contained in:
2026-02-01 19:16:31 +08:00
parent 003e55dccf
commit be5bfc8531
4 changed files with 11 additions and 4 deletions

View File

@@ -92,7 +92,15 @@ onMounted(async () => {})
line-height: 30px !important;
color: var(--color-text) !important;
}
.ant-modal-confirm-btns {
display: flex;
justify-content: flex-end;
gap: 8px;
.ant-btn {
margin-left: 0 !important;
}
}
.ant-select-focused .ant-select-selector {
border-color: var(--color-primary) !important;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1) !important;