mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
fix: 应用列表操作列宽度
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user