style: 样式调整

This commit is contained in:
wangjiahao
2025-03-12 15:16:49 +08:00
committed by xuwei-fit2cloud
parent 5ff543f5ab
commit 7b1346361b
4 changed files with 1 additions and 11 deletions

View File

@@ -252,7 +252,7 @@ onMounted(() => {
}
}
:deep(.ed-collapse-item__content) {
padding: 16px 8px 0;
padding: 16px 8px 8px !important;
border: none;
}
:deep(.ed-form-item) {

View File

@@ -73,10 +73,6 @@ const { curComponent, canvasViewInfo, mobileInPc, batchOptStatus } = storeToRefs
margin: 0 6px 0 8px;
}
}
:deep(.ed-collapse-item__content) {
padding: 16px 8px 0;
}
:deep(.ed-form-item) {
display: block;
margin-bottom: 8px;

View File

@@ -37,9 +37,6 @@ const { themes } = toRefs(props)
font-size: 12px !important;
font-weight: 400 !important;
}
:deep(.ed-collapse-item__content) {
padding: 16px !important;
}
:deep(.ed-form-item) {
display: block;
margin-bottom: 8px;

View File

@@ -37,9 +37,6 @@ const { themes } = toRefs(props)
font-size: 12px !important;
font-weight: 400 !important;
}
:deep(.ed-collapse-item__content) {
padding: 16px !important;
}
:deep(.ed-form-item) {
display: block;
margin-bottom: 8px;