style: 网元菜单表格调整

This commit is contained in:
TsMask
2024-04-17 15:05:17 +08:00
parent 96aab47003
commit eb902594b8
4 changed files with 11 additions and 10 deletions

View File

@@ -400,7 +400,10 @@ onMounted(() => {
</a-button>
<a-button
type="primary"
@click.prevent="() => (modalState.visibleByMoreFile = !modalState.visibleByMoreFile)"
@click.prevent="
() =>
(modalState.visibleByMoreFile = !modalState.visibleByMoreFile)
"
>
<template #icon><PlusOutlined /></template>
More File Upload
@@ -462,7 +465,7 @@ onMounted(() => {
:data-source="tableState.data"
:size="tableState.size"
:pagination="tablePagination"
:scroll="{ y: 'calc(100vh - 480px)' }"
:scroll="{ x: tableColumns.length * 150 }"
@resizeColumn="(w:number, col:any) => (col.width = w)"
>
<template #bodyCell="{ column, record }">