Commit d1f56e54 authored by 陈明豪's avatar 陈明豪

bug修改

parent a726f7e4
...@@ -445,6 +445,7 @@ export default { ...@@ -445,6 +445,7 @@ export default {
} }
::v-deep .el-upload__tip { ::v-deep .el-upload__tip {
padding-top: 10px !important; padding-top: 10px !important;
padding-bottom: 10px !important;
line-height: 0 !important; line-height: 0 !important;
font-weight: bold; font-weight: bold;
} }
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<el-switch <el-switch
v-model="form.status" v-model="form.status"
active-color="#5fb54b" active-color="#5fb54b"
inactive-color="#f5aa6c" inactive-color="#c9c9c9"
active-value="1" active-value="1"
inactive-value="2" inactive-value="2"
/> />
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<el-switch <el-switch
v-model="form.status" v-model="form.status"
active-color="#5fb54b" active-color="#5fb54b"
inactive-color="#f5aa6c" inactive-color="#c9c9c9"
active-value="1" active-value="1"
inactive-value="2" inactive-value="2"
disabled disabled
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<el-switch <el-switch
v-model="form.status" v-model="form.status"
active-color="#5fb54b" active-color="#5fb54b"
inactive-color="#f5aa6c" inactive-color="#c9c9c9"
active-value="1" active-value="1"
inactive-value="2" inactive-value="2"
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment