🔨 统一前端卡片风格.
This commit is contained in:
@@ -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]: {
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
padding: 16px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-radius: 4px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
:deep(.arco-tabs-nav-tab-list) {
|
||||
|
||||
Reference in New Issue
Block a user