mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(components): 新增表格属性配置
This commit is contained in:
@ -57,6 +57,14 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
||||
visible: import.meta.env.VITE_WATERMARK === 'Y',
|
||||
text: 'RuoYi-Vue-Plus'
|
||||
},
|
||||
table: {
|
||||
bordered: true,
|
||||
bottomBordered: true,
|
||||
singleColumn: false,
|
||||
singleLine: true,
|
||||
size: 'small',
|
||||
striped: false
|
||||
},
|
||||
tokens: {
|
||||
light: {
|
||||
colors: {
|
||||
|
Reference in New Issue
Block a user