diff --git a/hwe/ts/PageNationGeneral.vue b/hwe/ts/PageNationGeneral.vue index b1ba3c60..24007e1c 100644 --- a/hwe/ts/PageNationGeneral.vue +++ b/hwe/ts/PageNationGeneral.vue @@ -1,9 +1,9 @@ @@ -16,7 +16,7 @@ @@ -829,4 +1047,10 @@ watch(columnRawDefs, (val) => { margin-right: 2px; } } + +.general-list-toolbar { + .column-menu { + column-count: 3; + } +} diff --git a/hwe/ts/components/TopBackBar.vue b/hwe/ts/components/TopBackBar.vue index a8c0169c..af86e1d4 100644 --- a/hwe/ts/components/TopBackBar.vue +++ b/hwe/ts/components/TopBackBar.vue @@ -1,21 +1,24 @@ @@ -41,6 +44,11 @@ const props = defineProps({ default: undefined, required: false, }, + teleportZone: { + type: String, + default: undefined, + required: false, + }, }); const emit = defineEmits(["update:searchable", "reload"]); @@ -72,16 +80,24 @@ function reload() { width: 100%; margin: auto; display: grid; - grid-template-columns: 80px 80px 1fr 80px 80px; + grid-template-columns: 90px 90px 1fr 90px 90px; position: relative; height: 24pt; } +.back_bar.back_bar_teleport { + grid-template-columns: 90px 90px 1fr 180px; +} + .reload_btn { height: 24pt; margin-right: 2px; } +.teleport-zone{ + height: 24pt; +} + .back_btn { height: 24pt; margin-right: 2px; @@ -89,6 +105,7 @@ function reload() { .btn-toggle-zoom { height: 24pt; + position: relative; } .title {