style: update header tag and align fixed header actions in review migration step

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2026-07-23 21:50:58 +08:00
parent 425d26f7ea
commit 497a703513
No known key found for this signature in database
GPG Key ID: 39DC4436AE3564D5

View File

@ -379,9 +379,9 @@ defineExpose({ startMigration: startMigrationAction });
key-field="_key" key-field="_key"
> >
<template #header-left> <template #header-left>
<h3 class="section-title m-0"> <h4 class="section-title m-0">
{{ t('harvester.addons.vmMigration.reviewMigration.virtualMachines') }} ({{ vms.length }}) {{ t('harvester.addons.vmMigration.reviewMigration.virtualMachines') }} ({{ vms.length }})
</h3> </h4>
</template> </template>
<template #header-right> <template #header-right>
<a <a
@ -580,6 +580,10 @@ defineExpose({ startMigration: startMigrationAction });
} }
.vm-sortable-table { .vm-sortable-table {
:deep(.fixed-header-actions) {
align-items: end;
}
:deep(table) { :deep(table) {
table-layout: fixed; table-layout: fixed;
} }