feat(components): 新增表格属性配置

This commit is contained in:
xlsea
2025-06-05 21:09:01 +08:00
parent 9cdbf81467
commit f81a65a359
12 changed files with 160 additions and 4 deletions

View File

@ -165,6 +165,20 @@ const local: App.I18n.Schema = {
visible: 'Watermark Full Screen Visible',
text: 'Watermark Text'
},
tablePropsTitle: 'Table Props',
table: {
size: {
title: 'Table Size',
small: 'Small',
medium: 'Medium',
large: 'Large'
},
bordered: 'Bordered',
bottomBordered: 'Bottom Bordered',
singleColumn: 'Single Column',
singleLine: 'Single Line',
striped: 'Striped'
},
themeDrawerTitle: 'Theme Configuration',
pageFunTitle: 'Page Function',
resetCacheStrategy: {