mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-08-16 12:49:14 +00:00
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:
parent
425d26f7ea
commit
497a703513
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user