Commit 88220af9 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 修复表格样式显示问题

parent 73114f7c
...@@ -42,7 +42,8 @@ const config: any = { ...@@ -42,7 +42,8 @@ const config: any = {
}, },
// layout: {}, // layout: {},
esbuild: {}, esbuild: {},
mfsu: {}, // 打开msfu会导致样式异常, 无法获得正常的样式变量
// mfsu: {},
antd: {}, antd: {},
locale: { locale: {
default: 'zh-CN', default: 'zh-CN',
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
'@layout-header-height': '48px', '@layout-header-height': '48px',
'@border-radius-base': '4px', '@border-radius-base': '4px',
'@component-background': '#f4f6f8', // '@component-background': '#ffffff',
'@btn-default-bg': '#f4f6f8', '@btn-default-bg': '#f4f6f8',
// PageHeader // PageHeader
// '@page-header-padding': '8px 24px', // 这里替换会出现前边拼接了 '6px 8px 24px'这样,所以直接改成修改样式好了 // '@page-header-padding': '8px 24px', // 这里替换会出现前边拼接了 '6px 8px 24px'这样,所以直接改成修改样式好了
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment