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: {

View File

@ -165,6 +165,20 @@ const local: App.I18n.Schema = {
visible: '显示全屏水印',
text: '水印文本'
},
tablePropsTitle: '表格配置',
table: {
size: {
title: '表格大小',
small: '小',
medium: '中',
large: '大'
},
bordered: '边框',
bottomBordered: '底部边框',
singleColumn: '设定行的分割线',
singleLine: '设定列的分割线',
striped: '斑马线条纹'
},
themeDrawerTitle: '主题配置',
pageFunTitle: '页面功能',
resetCacheStrategy: {