| | |
| | | <div class="user-name"> |
| | | <span |
| | | class="icon iconfont" |
| | | style="font-size: 20px; margin-right: 3px" |
| | | ></span |
| | | style="font-size: 19px; margin-right: 4px" |
| | | ></span |
| | | > |
| | | <span>{{ activeAccountItem.username }}</span> |
| | | </div> |
| | |
| | | </div> |
| | | |
| | | <div class="change-pw" v-if="inAccountDetail && isChangePw"> |
| | | <div class="title">修改密码</div> |
| | | <div class="title"> |
| | | <span class="icon iconfont"></span> |
| | | <span>修改密码</span> |
| | | </div> |
| | | <el-form |
| | | :model="passwordForm" |
| | | :rules="pwRules" |
| | |
| | | prop="curPassword" |
| | | v-if="activeAccountItem.id == curUserID" |
| | | > |
| | | <div class="p-title">当前密码:</div> |
| | | <div class="p-title">当前密码</div> |
| | | |
| | | <el-input |
| | | placeholder="必填" |
| | |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item prop="newPassword"> |
| | | <div class="p-title">新密码:</div> |
| | | <div class="p-title">新密码</div> |
| | | <el-input |
| | | placeholder="必填" |
| | | v-model="passwordForm.newPassword" |
| | |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item prop="confirmPassword"> |
| | | <div class="p-title">确认密码:</div> |
| | | <div class="p-title">确认密码</div> |
| | | <el-input |
| | | placeholder="必填" |
| | | v-model="passwordForm.confirmPassword" |
| | |
| | | } |
| | | |
| | | .change-pw { |
| | | padding: 40px 10px; |
| | | max-width: 600px; |
| | | margin: 0 auto; |
| | | .title { |
| | | font-weight: bold; |
| | | font-size: 16px; |
| | | line-height: 22px; |
| | | color: #333333; margin-bottom: 40px; |
| | | height: 28px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | .icon{ |
| | | font-size: 28px; |
| | | font-weight: normal;margin-right: 10px; |
| | | } |
| | | |
| | | } |
| | | .el-form-item__content { |
| | | line-height: 48px; |
| | | display: flex; |
| | | align-items: center; |
| | | background: #f2f2f7; |
| | | border-radius: 8px; |
| | | padding: 0 15px 0 20px; |
| | | .el-select-dropdown__item { |
| | | color: #333333; |
| | | height: 32px; |
| | | font-size: 12px; |
| | | line-height: 32px; |
| | | text-align: center; |
| | | } |
| | | .el-popper { |
| | | margin-top: 0; |
| | | background: #fbfaff; |
| | | box-shadow: 0px 2px 6px rgb(0 0 0 / 18%); |
| | | border-radius: 2px; |
| | | .el-select-dropdown__item.hover, |
| | | .el-select-dropdown__item:hover { |
| | | background-color: #f2f2f7; |
| | | color: #4e94ff; |
| | | } |
| | | } |
| | | } |
| | | .el-form-item__error { |
| | | line-height: 0.7; |
| | | left: 20px; |
| | | } |
| | | .el-form-item { |
| | | .el-input__inner { |
| | | background-color: #ffffff; |
| | | border: none; |
| | | border-radius: 20px; |
| | | height: 32px; |
| | | padding: 0 15px; |
| | | font-size: 14px; |
| | | font-weight: bold; |
| | | } |
| | | .el-input__inner::placeholder { |
| | | color: #c0c4cc; |
| | | font-size: 12px; |
| | | font-weight: normal; |
| | | } |
| | | .el-select { |
| | | width: 100%; |
| | | } |
| | | .el-select .el-input .el-select__caret { |
| | | color: #333333; |
| | | font-size: 14px; |
| | | font-weight: 600; |
| | | } |
| | | } |
| | | .p-title { |
| | | text-align: left; |
| | | font-size: 15px; |
| | | margin-top: 5px; |
| | | height: 48px; |
| | | text-align: left; |
| | | line-height: 48px; |
| | | width: 90px; |
| | | font-weight: 600; |
| | | } |
| | | } |
| | | .el-form-item { |
| | |
| | | color: #333; |
| | | height: 100%; |
| | | overflow: auto; |
| | | max-width: 600px; |
| | | margin: 0 auto; |
| | | .el-tree-node { |
| | | background: initial; |
| | | .el-tree-node__content { |
| | |
| | | } |
| | | .right { |
| | | display: flex; |
| | | align-items: baseline; |
| | | align-items: center; |
| | | .desc-min { |
| | | font-size: 12px; |
| | | font-weight: bold; |
| | |
| | | .el-button--text { |
| | | margin-left: 42px; |
| | | color: #409eff; |
| | | /* background: 0 0; */ |
| | | padding-left: 0; |
| | | padding-right: 0; |
| | | background: rgba(78, 148, 255, 0.1); |
| | | border: 1px solid #4e94ff; |
| | | box-sizing: border-box; |
| | | border-radius: 20px; |
| | | width: 68px; |
| | | color: #333; |
| | | font-weight: bold; |
| | | font-weight: bold;padding: 6px 20px; |
| | | } |
| | | } |
| | | } |