2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

fix: 应用列表操作列宽度

This commit is contained in:
耗子
2024-12-29 16:20:12 +08:00
parent 75dcaca0b6
commit 4ba50a5556

View File

@@ -71,7 +71,7 @@ const columns: any = [
{
title: t('appIndex.columns.actions'),
key: 'actions',
width: 280,
width: 300,
hideInExcel: true,
render(row: any) {
return h(
@@ -259,7 +259,7 @@ onMounted(() => {
<n-data-table
striped
remote
:scroll-x="1000"
:scroll-x="1200"
:loading="false"
:columns="columns"
:data="apps"