fix(table): fix table footer style

修复表尾合计行可能与主体部分的列没有对齐的问题

fixed: #1112
This commit is contained in:
无木
2021-08-23 16:35:36 +08:00
parent 455d109f71
commit a426b9027e
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,9 @@
- **CodeEditor** 修复 JSON 编辑器在格式化无效 JSON 文本时会抛出异常的问题 - **CodeEditor** 修复 JSON 编辑器在格式化无效 JSON 文本时会抛出异常的问题
- **Tinymce** 修复 inline 模式在一些场景下会出现异常的问题 - **Tinymce** 修复 inline 模式在一些场景下会出现异常的问题
- **BasicTable** 修复可编辑单元格的内容为空时,不会显示编辑图标的问题 - **BasicTable**
- 修复可编辑单元格的内容为空时,不会显示编辑图标的问题
- 修复表尾合计行与表格主体部分的列有时候未能对齐的问题
- **其它** - **其它**
- 修复部分封装组件在使用插槽时报错的问题 - 修复部分封装组件在使用插槽时报错的问题
- 修复`useECharts``theme`参数不起作用的问题 - 修复`useECharts``theme`参数不起作用的问题

View File

@@ -413,7 +413,7 @@
.ant-table-body { .ant-table-body {
overflow-x: hidden !important; overflow-x: hidden !important;
overflow-y: scroll !important; // overflow-y: scroll !important;
} }
td { td {