mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: 样式优化
This commit is contained in:
committed by
xuwei-fit2cloud
parent
efd9f93423
commit
fc57c03cda
@@ -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)"
|
||||
|
||||
@@ -677,3 +677,7 @@ strong {
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ed-month-table td {
|
||||
padding: 8px 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user