Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
529620f8
authored
2021-01-12 14:25:34 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
表格加边框
1 parent
cf7ac8af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/assets/less/main.less
src/assets/less/main.less
View file @
529620f
...
...
@@ -40,6 +40,10 @@ table{
table,tr,.el-col,.title{
border-color: #E6E6E6 !important;
}
//表格加边框
.el-table{
border: 1px solid #E6E6E6;
}
.el-table th{
background-color: #FBFBFB;
}
...
...
Please
register
or
sign in
to post a comment