frontend: support more missing dark mode style

This commit is contained in:
2026-01-03 12:58:27 +08:00
parent f46c2a039b
commit a05f7ec322
7 changed files with 307 additions and 39 deletions
+1 -11
View File
@@ -281,15 +281,5 @@ const removeOption = (index) => {
</script>
<style scoped>
.field-config-editor {
background-color: #fafafa;
padding: 20px;
border-radius: 8px;
border: 1px solid #e5e7eb;
}
:deep(.ant-form-item-label) {
font-weight: 500;
color: #374151;
}
/* 样式已移至全局 CSS (style.css) 以保持统一性 */
</style>