refactor: improve entity component layout for better device responsiveness (#7383)

* refactor: improve entity component layout for better device responsiveness

Signed-off-by: Ryan Wang <i@ryanc.cc>

* Resolve CSS style conflicts

Signed-off-by: Ryan Wang <i@ryanc.cc>

* Update missing translaions

Signed-off-by: Ryan Wang <i@ryanc.cc>

---------

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2025-05-21 11:29:41 +08:00
committed by GitHub
parent d09f694336
commit b309bc532b
47 changed files with 958 additions and 950 deletions

View File

@@ -398,11 +398,11 @@ function getMenuItemRefDisplayName(menuItem: MenuTreeItem) {
</div>
</div>
</template>
<style>
.vtlist-inner {
<style scoped>
:deep(.vtlist-inner) {
@apply divide-y divide-gray-100;
}
.he-tree-drag-placeholder {
:deep(.he-tree-drag-placeholder) {
height: 60px;
}
</style>