修改表单和表格公共样式
Showing
3 changed files
with
21 additions
and
6 deletions
| ... | @@ -10,7 +10,3 @@ | ... | @@ -10,7 +10,3 @@ |
| 10 | .dialog_footer{ | 10 | .dialog_footer{ |
| 11 | @flex-center() | 11 | @flex-center() |
| 12 | } | 12 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 13 | .el-form-item{ | ||
| 14 | @flex(); | ||
| 15 | width: 100%; | ||
| 16 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -43,8 +43,12 @@ | ... | @@ -43,8 +43,12 @@ |
| 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; |
| ... | @@ -52,3 +56,11 @@ | ... | @@ -52,3 +56,11 @@ |
| 52 | // .el-dialog__wrapper{ | 56 | // .el-dialog__wrapper{ |
| 53 | // overflow: hidden!important; | 57 | // overflow: hidden!important; |
| 54 | // } | 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 | ... | ... |
-
Please register or sign in to post a comment