Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
78bda17f
Commit
78bda17f
authored
Sep 06, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:统一设置表格为空时候的显示
parent
a9a95a1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
11 deletions
+25
-11
base-manager-ui/admin/src/assets/css/common.less
base-manager-ui/admin/src/assets/css/common.less
+17
-10
portal-manager-ui/admin/src/assets/css/common.less
portal-manager-ui/admin/src/assets/css/common.less
+8
-1
No files found.
base-manager-ui/admin/src/assets/css/common.less
View file @
78bda17f
...
@@ -31,16 +31,17 @@
...
@@ -31,16 +31,17 @@
border-bottom: 1px solid rgb(224, 224, 224) !important;
border-bottom: 1px solid rgb(224, 224, 224) !important;
}
}
.ant-tabs-tab{
.ant-tabs-tab
{
font-weight: bold;
font-weight: bold;
color: rgba(0, 0, 0, 0.65);
color: rgba(0, 0, 0, 0.65);
i{
i
{
color:
#1890ff
color:
#1890ff;
}
}
}
}
.ant-spin-nested-loading,.ant-spin-container{
.ant-spin-nested-loading,
width:100%;
.ant-spin-container {
height:100%;
width: 100%;
height: 100%;
}
}
/* 溢出表格滚动条 */
/* 溢出表格滚动条 */
/* 表格 */
/* 表格 */
...
@@ -56,10 +57,9 @@
...
@@ -56,10 +57,9 @@
tr:only-child > th:last-child {
tr:only-child > th:last-child {
border-right-color: #f0f0f0 !important;
border-right-color: #f0f0f0 !important;
}
}
}
}
.ant-table-placeholder{
.ant-table-placeholder
{
width:
calc(100% - 6px)
width:
calc(100% - 6px);
}
}
.ant-table-header {
.ant-table-header {
background: #fff;
background: #fff;
...
@@ -118,4 +118,11 @@
...
@@ -118,4 +118,11 @@
// align-items: center;
// align-items: center;
// justify-content:space-between;
// justify-content:space-between;
// margin-bottom: 20px;
// margin-bottom: 20px;
// }
// }
\ No newline at end of file
// 统一设置表格为空时的展示
.ant-table-tbody {
td:empty::after {
content: "--";
}
}
portal-manager-ui/admin/src/assets/css/common.less
View file @
78bda17f
...
@@ -776,4 +776,11 @@ img {
...
@@ -776,4 +776,11 @@ img {
// }
// }
// }
// }
// }
// }
// }
// }
\ No newline at end of file
// 统一设置表格为空时的展示
.ant-table-tbody {
td:empty::after {
content: "--";
}
}
\ No newline at end of file
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