fix: 样式优化

This commit is contained in:
dataeaseShu
2025-03-20 17:17:18 +08:00
committed by xuwei-fit2cloud
parent efd9f93423
commit fc57c03cda
2 changed files with 8 additions and 1 deletions

View File

@@ -2350,7 +2350,10 @@ defineExpose({
'active'
"
class="list-item_primary list-tree_primary"
:style="{ top: 40 * (index + 1) + 'px' }"
:style="{
top: 40 * (index + 1) + 'px',
paddingLeft: 32 + 16 * (index + 1) + 'px'
}"
v-for="(itx, index) in element.treeFieldList.slice(1)"
:key="itx.field"
@click.stop="notCurrentEle(element, index + 1)"

View File

@@ -677,3 +677,7 @@ strong {
margin-bottom: 8px !important;
}
}
.ed-month-table td {
padding: 8px 0 !important;
}