修改表单和表格公共样式
Showing
3 changed files
with
22 additions
and
7 deletions
... | @@ -43,12 +43,24 @@ | ... | @@ -43,12 +43,24 @@ |
43 | } | 43 | } |
44 | 44 | ||
45 | // form | 45 | // form |
46 | .el-form-item__content{ | 46 | // .el-form-item__content{ |
47 | margin-left: 0!important; | 47 | // margin-left: 0!important; |
48 | // } | ||
49 | .el-form-item{ | ||
50 | margin-bottom: 10px; | ||
51 | margin-right: 18px; | ||
48 | } | 52 | } |
49 | .el-icon-full-screen{ | 53 | .el-icon-full-screen{ |
50 | cursor: pointer; | 54 | cursor: pointer; |
51 | } | 55 | } |
52 | // .el-dialog__wrapper{ | 56 | // .el-dialog__wrapper{ |
53 | // overflow: hidden!important; | 57 | // overflow: hidden!important; |
54 | // } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
58 | // } | ||
59 | |||
60 | //table样式 | ||
61 | .el-table .even-row { | ||
62 | background: #f7f9fb; | ||
63 | } | ||
64 | .el-table th { | ||
65 | background-color: #f3f5fa; | ||
66 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -4,4 +4,11 @@ | ... | @@ -4,4 +4,11 @@ |
4 | } | 4 | } |
5 | .el-table .success-row { | 5 | .el-table .success-row { |
6 | background:@tablebg; | 6 | background:@tablebg; |
7 | } | ||
8 | .main{ | ||
9 | width: 100%; | ||
10 | height: 100%; | ||
11 | } | ||
12 | .db{ | ||
13 | display: block; | ||
7 | } | 14 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment