🔨 统一前端卡片风格.

This commit is contained in:
lijiahangmax
2025-10-07 14:27:19 +08:00
parent 2103698417
commit 773d95207f
18 changed files with 47 additions and 72 deletions

View File

@@ -177,6 +177,9 @@
if (type === ValueType.BOOLEAN) {
extraValue.value[nameKey] = false;
continue;
} else if (type === ValueType.STRING) {
extraValue.value[nameKey] = '';
continue;
}
formRef.value.setFields({
[nameKey]: {

View File

@@ -90,7 +90,7 @@
padding: 16px;
display: flex;
flex-direction: column;
border-radius: 4px;
border-radius: 8px;
}
:deep(.arco-tabs-nav-tab-list) {