Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
a759e44c
Commit
a759e44c
authored
Mar 10, 2021
by
Vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(table): fix TableAction row height error close #350
parent
6095cb54
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-1
index.less
src/components/Table/src/style/index.less
+6
-6
account.data.ts
src/views/demo/system/account/account.data.ts
+1
-1
No files found.
CHANGELOG.zh_CN.md
View file @
a759e44c
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
-
确保
`table action`
的值被正确更新
-
确保
`table action`
的值被正确更新
-
修复页面切换的动画无法关闭
-
修复页面切换的动画无法关闭
-
修复
`PageWrapper`
title 不显示
-
修复
`PageWrapper`
title 不显示
-
修复表格
数据为空时高度计算错误
-
修复表格
已知问题
## 2.0.3 (2021-03-07)
## 2.0.3 (2021-03-07)
...
...
src/components/Table/src/style/index.less
View file @
a759e44c
...
@@ -73,12 +73,12 @@
...
@@ -73,12 +73,12 @@
}
}
}
}
.ant-table-tbody > tr > td,
//
.ant-table-tbody > tr > td,
.ant-table-tbody > tr > th,
//
.ant-table-tbody > tr > th,
.ant-table-thead > tr > td,
//
.ant-table-thead > tr > td,
.ant-table-thead > tr > th {
//
.ant-table-thead > tr > th {
white-space: pre;
//
white-space: pre;
}
//
}
.ant-pagination {
.ant-pagination {
margin: 10px 0 0 0;
margin: 10px 0 0 0;
...
...
src/views/demo/system/account/account.data.ts
View file @
a759e44c
...
@@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [
...
@@ -16,7 +16,7 @@ export const columns: BasicColumn[] = [
{
{
title
:
'
邮箱
'
,
title
:
'
邮箱
'
,
dataIndex
:
'
email
'
,
dataIndex
:
'
email
'
,
width
:
20
0
,
width
:
12
0
,
},
},
{
{
title
:
'
创建时间
'
,
title
:
'
创建时间
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment