Merge branch 'dev'
Showing
17 changed files
with
28 additions
and
27 deletions
-
Please register or sign in to post a comment
... | ... | @@ -201,7 +201,7 @@ |
// 表格样式 | ||
.el-table th { | ||
height: 48px !important; | ||
height: 45px; | ||
font-size: 14px; | ||
color: #4A4A4A; | ||
} | ||
... | ... |
... | ... | @@ -662,7 +662,7 @@ |
} | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.marginBot0 { | ||
... | ... |
... | ... | @@ -569,7 +569,7 @@ |
} | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.marginBot0 { | ||
... | ... |
... | ... | @@ -474,7 +474,7 @@ |
} | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.marginBot0 { | ||
... | ... |
... | ... | @@ -506,7 +506,7 @@ |
} | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.marginBot0 { | ||
... | ... |
... | ... | @@ -533,7 +533,7 @@ |
} | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.marginBot0 { | ||
... | ... |
... | ... | @@ -551,7 +551,7 @@ |
} | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.marginBot0 { | ||
... | ... |
... | ... | @@ -493,7 +493,7 @@ |
} | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.marginBot0 { | ||
... | ... |
... | ... | @@ -431,7 +431,7 @@ |
} | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.marginBot0 { | ||
... | ... |
... | ... | @@ -233,7 +233,7 @@ |
</script> | ||
<style scoped lang='scss'> | ||
/deep/.el-form-item { | ||
margin-bottom: 8px; | ||
margin-bottom: 3px; | ||
} | ||
.title { | ||
padding-left: 10px; | ||
... | ... |