Fix QuickAction width in app backup view
This commit is contained in:
@@ -50,6 +50,7 @@ const columns = ref({
|
||||
actions: {
|
||||
label: '',
|
||||
sort: false,
|
||||
width: '100px',
|
||||
}
|
||||
});
|
||||
|
||||
@@ -401,9 +402,7 @@ onMounted(async () => {
|
||||
<span v-if="backup.stats?.upload">{{ prettyFileSize(backup.stats.upload.size) }} - {{ backup.stats.upload.fileCount }} file(s)</span>
|
||||
</template>
|
||||
<template #actions="backup">
|
||||
<div style="text-align: right;">
|
||||
<ActionBar style="width: 100px" :actions="createActionMenu(backup)"/>
|
||||
</div>
|
||||
<ActionBar :actions="createActionMenu(backup)"/>
|
||||
</template>
|
||||
</TableView>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user