From ab36c0c3dbaa95fa3f94268cfc8b8bb7aae22b80 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期四, 22 九月 2022 10:44:13 +0800
Subject: [PATCH] 新增案件池问题登记
---
src/views/systemSetting/baseSetting/user/createUser/index.vue | 76 ++++++++++++++++++-------------------
1 files changed, 37 insertions(+), 39 deletions(-)
diff --git a/src/views/systemSetting/baseSetting/user/createUser/index.vue b/src/views/systemSetting/baseSetting/user/createUser/index.vue
index 79f73b1..3c36297 100644
--- a/src/views/systemSetting/baseSetting/user/createUser/index.vue
+++ b/src/views/systemSetting/baseSetting/user/createUser/index.vue
@@ -1,14 +1,14 @@
<template>
<div class="createUser">
- <header>
+ <!-- <header>
<div class="headerTitle">鏂板璐︽埛</div>
<div class="headerTip">
<span>*</span>
<label>涓哄繀濉」</label>
</div>
- </header>
+ </header> -->
<main>
- <div class="mainTitle">鍩虹淇℃伅</div>
+ <!-- <div class="mainTitle">鍩虹淇℃伅</div> -->
<div class="mainContent">
<el-form ref="user" label-width="140px" autoComplete="on" :model="user" :rules="createUserRules"
label-position="right">
@@ -83,11 +83,7 @@
</el-form-item>
<!-- 褰撳墠鑱屽姟 -->
<el-form-item class="optionItem" label="褰撳墠鑱屽姟:" prop="jobTitle">
- <el-select v-model="user.work" placeholder="璇烽�夋嫨褰撳墠鑱屽姟">
- <el-option v-for="item in typeList" :key="item.name" :label="item.name" :value="item.value"
- :disabled="item.disabled">
- </el-option>
- </el-select>
+ <el-input v-model="user.work" placeholder="璇疯緭鍏ュ綋鍓嶈亴鍔�" ></el-input>
</el-form-item>
<!-- 濉啓鎵�灞瀖ac鍦板潃 -->
<!-- <el-form-item class="optionItem" label="濉啓鎵�灞瀖ac鍦板潃:" prop="mac">
@@ -97,9 +93,11 @@
<!-- <el-form-item class="optionItem" label="濉啓鎵�灞瀒p鍦板潃:" prop="ip">
<el-input v-model="user.ip" placeholder="璇峰~鍐欐墍灞瀒p鍦板潃"></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>
@@ -308,45 +306,46 @@
border-radius: 1px;
background-color: #09152f;
- header {
- display: flex;
- justify-content: space-between;
- height: 60px;
- line-height: 60px;
- padding: 0 20px;
- border: 1px solid #fff;
+ // header {
+ // display: flex;
+ // justify-content: space-between;
+ // 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;
-
- .mainTitle {
- color: #4b9bb7;
- font-weight: 600;
- line-height: 100px;
- font-size: 14px;
- }
+ padding-bottom: 50px;
+ padding-top: 20px;
+ // .mainTitle {
+ // color: #4b9bb7;
+ // font-weight: 600;
+ // line-height: 100px;
+ // font-size: 14px;
+ // }
.mainContent {
display: flex;
justify-content: center;
-
+ margin-top: 50px;
&::v-deep .el-form-item__label {
color: #4b9bb7;
}
@@ -379,8 +378,7 @@
.optionBtn {
display: flex;
- justify-content: center;
- margin-top: 80px;
+ margin-top: 20px;
.btn {
padding: 12px 50px;
--
Gitblit v1.8.0