wl
2022-09-20 cd6b716b01d6c1ca7045d85e37ae0dd1d80f50df
src/views/systemSetting/baseSetting/user/createUser/index.vue
@@ -97,9 +97,11 @@
                    <!-- <el-form-item class="optionItem" label="填写所属ip地址:" prop="ip">
                        <el-input v-model="user.ip" placeholder="请填写所属ip地址"></el-input>
                    </el-form-item> -->
                    <el-form-item class="optionBtn">
                        <el-button type="primary" class="btn submit" @click.native.prevent="handleUser">提交</el-button>
                    <el-form-item>
                        <div class="optionBtn">
                            <el-button type="primary" class="btn submit" @click.native.prevent="handleUser">提交</el-button>
                        <el-button class="btn reset">重置</el-button>
                        </div>
                    </el-form-item>
                </el-form>
@@ -335,7 +337,7 @@
        text-align: left;
        padding: 0 55px;
        background-color: #09152f;
        padding-bottom: 50px;
        .mainTitle {
            color: #4b9bb7;
            font-weight: 600;
@@ -379,8 +381,7 @@
            .optionBtn {
                display: flex;
                justify-content: center;
                margin-top: 80px;
                margin-top: 20px;
                .btn {
                    padding: 12px 50px;