mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-11 04:43:15 +08:00
style: 修改 vxe-table 的表格样式
- 将表格边框样式从无边框改为内部边框 - 参考了 vxe-table 的官方文档:https://vxetable.cn/#/component/table/base/border
This commit is contained in:
@@ -13,7 +13,8 @@ setupVbenVxeTable({
|
|||||||
vxeUI.setConfig({
|
vxeUI.setConfig({
|
||||||
grid: {
|
grid: {
|
||||||
align: 'center',
|
align: 'center',
|
||||||
border: false,
|
// https://vxetable.cn/#/component/table/base/border
|
||||||
|
border: 'inner',
|
||||||
minHeight: 180,
|
minHeight: 180,
|
||||||
formConfig: {
|
formConfig: {
|
||||||
// 全局禁用vxe-table的表单配置,使用formOptions
|
// 全局禁用vxe-table的表单配置,使用formOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user