Commit 9f0d1778 authored by 冷冷's avatar 冷冷

🐛 Fixing a bug. info error fix

parent cbe0ff1a
......@@ -58,4 +58,8 @@
.el-main {
padding: 0 !important;
}
\ No newline at end of file
}
.el-collapse-item__header{
text-align: center;
display: block;
}
......@@ -127,8 +127,8 @@
:disabled="formEdit"
active-color="#13ce66"
inactive-color="#ff4949"
:active-value='"0"'
:inactive-value='"1"'>
:active-value='"1"'
:inactive-value='"0"'>
</el-switch>
</el-form-item>
<el-form-item v-if="formStatus == 'update'">
......
......@@ -78,9 +78,6 @@
import request from '@/router/axios'
export default {
components: {
ElFormItem
},
data() {
var validatePass = (rule, value, callback) => {
if (this.ruleForm2.password !== '') {
......
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