“dzb”
2022-09-21 091618590e16bc7e3f989944494b49ab6e98b626
src/views/systemSetting/baseSetting/department/updateUser/index.vue
@@ -1,8 +1,8 @@
<template>
    <div class="updateUser">
        <header>
            <div class="headerTitle">{{updateFlag ? '修改用户部门信息' :'查看用户信息'}}</div>
        </header>
        <!-- <header>
             <div class="headerTitle">{{updateFlag ? '修改用户部门信息' :'查看用户信息'}}</div>
        </header> -->
        <main>
            <div class="mainContent">
                <el-form ref="user" label-width="140px" autoComplete="on" :model="user" :rules="createUserRules"
@@ -146,46 +146,46 @@
    border-radius: 1px;
    background-color: #09152f;
    header {
        display: flex;
        justify-content: center;
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        border: 1px solid #fff;
    // header {
    //     display: flex;
    //     justify-content: center;
    //     height: 60px;
    //     line-height: 60px;
    //     padding: 0 20px;
    //     border: 1px solid #fff;
        .headerTitle {
            color: #4b9bb7;
            font-weight: 600;
        }
    //     .headerTitle {
    //         color: #4b9bb7;
    //         font-weight: 600;
    //     }
        .headerTip span {
            color: #ff3b6c;
        }
    //     .headerTip span {
    //         color: #ff3b6c;
    //     }
        .headerTip label {
            color: #4b9bb7;
        }
    }
    //     .headerTip label {
    //         color: #4b9bb7;
    //     }
    // }
    main {
        border: 1px solid #fff;
        // border: 1px solid #fff;
        text-align: left;
        padding: 0 55px;
        background-color: #09152f;
        padding-bottom: 50px;
        .mainTitle {
            color: #4b9bb7;
            font-weight: 600;
            line-height: 100px;
            font-size: 14px;
        }
        // .mainTitle {
        //     color: #4b9bb7;
        //     font-weight: 600;
        //     line-height: 100px;
        //     font-size: 14px;
        // }
        .mainContent {
            display: flex;
            justify-content: center;
            margin-top: 50px;
            padding-top: 50px;
            .el-form-item__content {
                width: 400px;