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
bb19a587
authored
2020-10-12 17:26:56 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改表单和表格公共样式
1 parent
bde537c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
7 deletions
src/assets/less/dialog.less
src/assets/less/element.less
src/assets/less/main.less
src/assets/less/dialog.less
View file @
bb19a58
...
...
@@ -9,8 +9,4 @@
}
.dialog_footer{
@flex-center()
}
.el-form-item{
@flex();
width: 100%;
}
\ No newline at end of file
...
...
src/assets/less/element.less
View file @
bb19a58
...
...
@@ -43,12 +43,24 @@
}
// form
.el-form-item__content{
margin-left: 0!important;
// .el-form-item__content{
// margin-left: 0!important;
// }
.el-form-item{
margin-bottom: 10px;
margin-right: 18px;
}
.el-icon-full-screen{
cursor: pointer;
}
// .el-dialog__wrapper{
// overflow: hidden!important;
// }
\ No newline at end of file
// }
//table样式
.el-table .even-row {
background: #f7f9fb;
}
.el-table th {
background-color: #f3f5fa;
}
\ No newline at end of file
...
...
src/assets/less/main.less
View file @
bb19a58
...
...
@@ -4,4 +4,11 @@
}
.el-table .success-row {
background:@tablebg;
}
.main{
width: 100%;
height: 100%;
}
.db{
display: block;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment