|
@@ -2,8 +2,8 @@
|
|
|
* @Description: 退役军人认证页面
|
|
|
* @Author: 空白格
|
|
|
* @Date: 2022-08-17 11:30:23
|
|
|
- * @LastEditors: gcz
|
|
|
- * @LastEditTime: 2022-08-22 11:19:58
|
|
|
+ * @LastEditors: 空白格
|
|
|
+ * @LastEditTime: 2022-08-29 16:32:14
|
|
|
* @FilePath: \veterans_client_web\src\views\PersonalCenter\ApplyEducationAuth\ApplyEducationAuthIndex.vue
|
|
|
* @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
|
|
|
-->
|
|
@@ -59,13 +59,16 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="户籍类别" prop="houseTypeId">
|
|
|
- <el-radio-group v-model="form.houseTypeId" @change="houseTypeChange">
|
|
|
+ <el-radio-group
|
|
|
+ v-model="form.houseTypeId"
|
|
|
+ @change="houseTypeChange"
|
|
|
+ >
|
|
|
<el-radio
|
|
|
v-for="(item, index) in houseTypeList"
|
|
|
:label="item.text"
|
|
|
:key="index"
|
|
|
>
|
|
|
- {{item.label}}
|
|
|
+ {{ item.label }}
|
|
|
</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
@@ -82,7 +85,11 @@
|
|
|
</el-cascader>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="文化程度" prop="degrEduc">
|
|
|
- <el-select @change="degrEducChange" v-model="form.degrEduc" placeholder="请选择您的文化程度">
|
|
|
+ <el-select
|
|
|
+ @change="degrEducChange"
|
|
|
+ v-model="form.degrEduc"
|
|
|
+ placeholder="请选择您的文化程度"
|
|
|
+ >
|
|
|
<el-option
|
|
|
v-for="item in degrEducList"
|
|
|
:key="item.index"
|
|
@@ -112,7 +119,7 @@
|
|
|
:label="item.value"
|
|
|
:key="index"
|
|
|
>
|
|
|
- {{item.label}}
|
|
|
+ {{ item.label }}
|
|
|
</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
@@ -158,10 +165,11 @@
|
|
|
<div class="text">上传照片</div>
|
|
|
</el-upload>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="" >
|
|
|
- <el-button class="submit-btn" @click="submit" type="primary">提交</el-button>
|
|
|
+ <el-form-item label="">
|
|
|
+ <el-button class="submit-btn" @click="submit" type="primary"
|
|
|
+ >提交</el-button
|
|
|
+ >
|
|
|
</el-form-item>
|
|
|
-
|
|
|
</el-form>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -172,8 +180,13 @@
|
|
|
custom-class="success-dialog"
|
|
|
:show-close="false"
|
|
|
:close-on-click-modal="false"
|
|
|
- >
|
|
|
- <img class="img" src="@/assets/images/success-icon.png" alt="" srcset="">
|
|
|
+ >
|
|
|
+ <img
|
|
|
+ class="img"
|
|
|
+ src="@/assets/images/success-icon.png"
|
|
|
+ alt=""
|
|
|
+ srcset=""
|
|
|
+ />
|
|
|
<div class="text">提交成功,等待审核</div>
|
|
|
<span class="btn" @click="confirmSuccess">确 定</span>
|
|
|
</el-dialog>
|
|
@@ -183,9 +196,14 @@
|
|
|
import BannerBreadcrumb from "@/components/BannerBreadcrumb";
|
|
|
import { getDictData } from "@/api/Dict";
|
|
|
import { getIdInfo } from "@/api/PersonalCenter";
|
|
|
-import { veteEduc,getVeteEducData } from "@/api/ApplyEducationAuth";
|
|
|
+import { veteEduc, getVeteEducData } from "@/api/ApplyEducationAuth";
|
|
|
// https://github.com/Plortinus/element-china-area-data
|
|
|
-import { regionDataPlus,regionData, CodeToText,TextToCode } from "element-china-area-data";
|
|
|
+import {
|
|
|
+ regionDataPlus,
|
|
|
+ regionData,
|
|
|
+ CodeToText,
|
|
|
+ TextToCode,
|
|
|
+} from "element-china-area-data";
|
|
|
import { mapState } from "vuex";
|
|
|
export default {
|
|
|
name: "ApplyEducationAuthIndex",
|
|
@@ -196,11 +214,11 @@ export default {
|
|
|
return {
|
|
|
dialogVisible: false,
|
|
|
// 上传地址
|
|
|
- action: process.env.VUE_APP_BASE_API+'/file/upload/single/minio',
|
|
|
+ action: process.env.VUE_APP_BASE_API + "/file/upload/single/minio",
|
|
|
// action: process.env.VUE_APP_UPLOAD_URL,
|
|
|
// action:'http://api.veterans.hongweisoft.com/file/upload/single/minio',
|
|
|
addressOptions: regionData,
|
|
|
- fileList:[],
|
|
|
+ fileList: [],
|
|
|
form: {
|
|
|
veteName: "",
|
|
|
veteIdCard: "",
|
|
@@ -215,8 +233,8 @@ export default {
|
|
|
politOutlook: "",
|
|
|
politOutlookId: "",
|
|
|
veteHousehRegi: "",
|
|
|
- veteHousehRegiCode: ['520000'],
|
|
|
- veteHousehArea: ['520000'],
|
|
|
+ veteHousehRegiCode: ["520000"],
|
|
|
+ veteHousehArea: ["520000"],
|
|
|
veteResiAddress: "",
|
|
|
veteDateBirth: "",
|
|
|
veteStatus: "1",
|
|
@@ -379,9 +397,7 @@ export default {
|
|
|
this.getEmploymentStatus();
|
|
|
this.getVeteEducData();
|
|
|
},
|
|
|
- mounted(){
|
|
|
-
|
|
|
- },
|
|
|
+ mounted() {},
|
|
|
methods: {
|
|
|
/**
|
|
|
* 获取已经提交的数据
|
|
@@ -421,26 +437,30 @@ export default {
|
|
|
data.veteEduc.cityId &&
|
|
|
data.veteEduc.areaId
|
|
|
) {
|
|
|
- this.form.veteHousehArea =
|
|
|
- [
|
|
|
- data.veteEduc.provinceId.toString(),
|
|
|
- data.veteEduc.cityId.toString(),
|
|
|
- data.veteEduc.areaId.toString()
|
|
|
- ];
|
|
|
+ this.form.veteHousehArea = [
|
|
|
+ data.veteEduc.provinceId.toString(),
|
|
|
+ data.veteEduc.cityId.toString(),
|
|
|
+ data.veteEduc.areaId.toString(),
|
|
|
+ ];
|
|
|
// console.log('data.veteEduc.provinceId',data.veteEduc.provinceId);
|
|
|
// console.log('data.veteEduc.provinceId',data.veteEduc.cityId);
|
|
|
// console.log('data.veteEduc.provinceId',data.veteEduc.areaId);
|
|
|
// console.log('this.form',JSON.parse(JSON.stringify(this.form)));
|
|
|
}
|
|
|
// console.log('veteHousehArea',this.form.veteHousehArea);
|
|
|
- if(data.veteEduc.veteHousehRegi){
|
|
|
- let veteHousehRegiArr = data.veteEduc.veteHousehRegi.split('-');
|
|
|
- this.form.veteHousehRegiCode=[
|
|
|
- TextToCode[veteHousehRegiArr[0]]?.code,
|
|
|
- TextToCode[veteHousehRegiArr[0]][veteHousehRegiArr[1]]?.code,
|
|
|
- TextToCode[veteHousehRegiArr[0]][veteHousehRegiArr[1]][veteHousehRegiArr[2]]?.code||''
|
|
|
- ]
|
|
|
- console.log('this.form.veteHousehRegiCode',this.form.veteHousehRegiCode);
|
|
|
+ if (data.veteEduc.veteHousehRegi) {
|
|
|
+ let veteHousehRegiArr = data.veteEduc.veteHousehRegi.split("-");
|
|
|
+ this.form.veteHousehRegiCode = [
|
|
|
+ TextToCode[veteHousehRegiArr[0]]?.code,
|
|
|
+ TextToCode[veteHousehRegiArr[0]][veteHousehRegiArr[1]]?.code,
|
|
|
+ TextToCode[veteHousehRegiArr[0]][veteHousehRegiArr[1]][
|
|
|
+ veteHousehRegiArr[2]
|
|
|
+ ]?.code || "",
|
|
|
+ ];
|
|
|
+ console.log(
|
|
|
+ "this.form.veteHousehRegiCode",
|
|
|
+ this.form.veteHousehRegiCode
|
|
|
+ );
|
|
|
}
|
|
|
// 薪资范围
|
|
|
this.form.salaryRange = data.veteEduc.salaryRange;
|
|
@@ -534,7 +554,7 @@ export default {
|
|
|
this.employmentStatusList = res.data.map((item) => {
|
|
|
return {
|
|
|
...item,
|
|
|
- value: Number( item.text ),
|
|
|
+ value: Number(item.text),
|
|
|
};
|
|
|
});
|
|
|
}
|
|
@@ -550,41 +570,49 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
idNumberChange(val) {
|
|
|
- const reg = /^\d{6}((?:19|20)((?:\d{2}(?:0[13578]|1[02])(?:0[1-9]|[12]\d|3[01]))|(?:\d{2}(?:0[13456789]|1[012])(?:0[1-9]|[12]\d|30))|(?:\d{2}02(?:0[1-9]|1\d|2[0-8]))|(?:(?:0[48]|[2468][048]|[13579][26])0229)))\d{2}(\d)[xX\d]$/
|
|
|
- if (!reg.test(val)) {
|
|
|
- return
|
|
|
- }
|
|
|
- // 根据身份证得出性别
|
|
|
- this.form.veteSex = (parseInt(val.substr(16, 1)) % 2 === 1 ? '男' : '女');
|
|
|
- // 设置出生日期
|
|
|
- this.form.veteDateBirth = val.substring(6, 10) + "-" + val.substring(10, 12) + "-" + val.substring(12,14) + ' 00:00:00';
|
|
|
- // 根据身份证号获取基本信息
|
|
|
- getIdInfo({
|
|
|
- id: this.form.veteIdCard
|
|
|
- }).then(res => {
|
|
|
- if (res.code === 200) {
|
|
|
- if (res.data) {
|
|
|
- this.form.nation = res.data.nation;
|
|
|
- this.form.veteName = res.data.veteName;
|
|
|
- this.form.vetePhone = res.data.vetePhone;
|
|
|
- this.form.veteResiAddress = res.data.veteResiAddress;
|
|
|
- }
|
|
|
- } else {
|
|
|
- uni.showToast({
|
|
|
- icon: 'none',
|
|
|
- title: res.msg
|
|
|
- })
|
|
|
- }
|
|
|
- })
|
|
|
- },
|
|
|
- addrChange(value) {
|
|
|
- this.form.provinceId =value[0];
|
|
|
- this.form.cityId = value[1];
|
|
|
- this.form.areaId = value[2];
|
|
|
- this.form.provinceName = CodeToText[value[0]];
|
|
|
- this.form.cityName = CodeToText[value[1]];
|
|
|
- this.form.areaName = CodeToText[value[2]];
|
|
|
- this.form.veteResiAddress = CodeToText[value[0]] + CodeToText[value[1]] + CodeToText[value[2]];
|
|
|
+ const reg =
|
|
|
+ /^\d{6}((?:19|20)((?:\d{2}(?:0[13578]|1[02])(?:0[1-9]|[12]\d|3[01]))|(?:\d{2}(?:0[13456789]|1[012])(?:0[1-9]|[12]\d|30))|(?:\d{2}02(?:0[1-9]|1\d|2[0-8]))|(?:(?:0[48]|[2468][048]|[13579][26])0229)))\d{2}(\d)[xX\d]$/;
|
|
|
+ if (!reg.test(val)) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ // 根据身份证得出性别
|
|
|
+ this.form.veteSex = parseInt(val.substr(16, 1)) % 2 === 1 ? "男" : "女";
|
|
|
+ // 设置出生日期
|
|
|
+ this.form.veteDateBirth =
|
|
|
+ val.substring(6, 10) +
|
|
|
+ "-" +
|
|
|
+ val.substring(10, 12) +
|
|
|
+ "-" +
|
|
|
+ val.substring(12, 14) +
|
|
|
+ " 00:00:00";
|
|
|
+ // 根据身份证号获取基本信息
|
|
|
+ getIdInfo({
|
|
|
+ id: this.form.veteIdCard,
|
|
|
+ }).then((res) => {
|
|
|
+ if (res.code === 200) {
|
|
|
+ if (res.data) {
|
|
|
+ this.form.nation = res.data.nation;
|
|
|
+ this.form.veteName = res.data.veteName;
|
|
|
+ this.form.vetePhone = res.data.vetePhone;
|
|
|
+ this.form.veteResiAddress = res.data.veteResiAddress;
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ uni.showToast({
|
|
|
+ icon: "none",
|
|
|
+ title: res.msg,
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
+ },
|
|
|
+ addrChange(value) {
|
|
|
+ this.form.provinceId = value[0];
|
|
|
+ this.form.cityId = value[1];
|
|
|
+ this.form.areaId = value[2];
|
|
|
+ this.form.provinceName = CodeToText[value[0]];
|
|
|
+ this.form.cityName = CodeToText[value[1]];
|
|
|
+ this.form.areaName = CodeToText[value[2]];
|
|
|
+ this.form.veteResiAddress =
|
|
|
+ CodeToText[value[0]] + CodeToText[value[1]] + CodeToText[value[2]];
|
|
|
// console.log(
|
|
|
// CodeToText[value[0]] + CodeToText[value[1]] + CodeToText[value[2]],
|
|
|
// "选中地址"
|
|
@@ -594,7 +622,9 @@ export default {
|
|
|
// console.log("this.form.veteHousehArea", this.form.veteHousehArea);
|
|
|
},
|
|
|
regiAddrChange(value) {
|
|
|
- this.form.veteHousehRegi = `${CodeToText[value[0]]}-${CodeToText[value[1]]}-${CodeToText[value[2]]}`;
|
|
|
+ this.form.veteHousehRegi = `${CodeToText[value[0]]}-${
|
|
|
+ CodeToText[value[1]]
|
|
|
+ }-${CodeToText[value[2]]}`;
|
|
|
console.log(
|
|
|
CodeToText[value[0]] + CodeToText[value[1]] + CodeToText[value[2]],
|
|
|
"选中地址"
|
|
@@ -602,126 +632,129 @@ export default {
|
|
|
console.log("addrChange", value);
|
|
|
console.log("this.form.veteHousehArea", this.form.veteHousehArea);
|
|
|
},
|
|
|
- submit() {
|
|
|
- console.log('this.form',JSON.parse(JSON.stringify(this.form)));
|
|
|
+ submit() {
|
|
|
+ console.log("this.form", JSON.parse(JSON.stringify(this.form)));
|
|
|
this.form.vetePhone = this.userInfo.mobile;
|
|
|
- this.$refs['form'].validate((valid) => {
|
|
|
- if (valid) {
|
|
|
- if (this.form.files.length < 1) {
|
|
|
- this.$message({
|
|
|
- message: '近期1寸免冠照片',
|
|
|
- type: 'error'
|
|
|
- });
|
|
|
- } else {
|
|
|
- let params = {
|
|
|
- veteEduc: {}
|
|
|
- };
|
|
|
- params.files = this.form.files
|
|
|
- for (let key in this.form) {
|
|
|
- if (key !== 'files') {
|
|
|
- params.veteEduc[key] = this.form[key];
|
|
|
- }
|
|
|
- };
|
|
|
- params.veteEduc.veteSex = params.veteEduc.veteSex === '男' ? 0 : 1;
|
|
|
- veteEduc(params).then(res => {
|
|
|
- if (res.code === 200) {
|
|
|
- this.dialogVisible = true;
|
|
|
- // this.$message({
|
|
|
- // message: '提交成功,等待审核!',
|
|
|
- // type: 'success',
|
|
|
- // duration: 2000,
|
|
|
- // success: () => {
|
|
|
- // this.$u.route(
|
|
|
- // '/pages/applyEducationCode/applyEducationSuccess'
|
|
|
- // )
|
|
|
- // }
|
|
|
- // });
|
|
|
- } else {
|
|
|
- this.$message({
|
|
|
- message: res.msg,
|
|
|
- type: 'error'
|
|
|
- });
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
- },
|
|
|
- houseTypeChange(e){
|
|
|
- for (let index = 0; index < this.houseTypeList.length; index++) {
|
|
|
- const item = this.houseTypeList[index];
|
|
|
- if(item.text == e){
|
|
|
- console.log('this.form',this.form);
|
|
|
- this.form.houseType = this.houseTypeList[index].label;
|
|
|
- break;
|
|
|
+ this.$refs["form"].validate((valid) => {
|
|
|
+ if (valid) {
|
|
|
+ if (this.form.files.length < 1) {
|
|
|
+ this.$message({
|
|
|
+ message: "近期1寸免冠照片",
|
|
|
+ type: "error",
|
|
|
+ });
|
|
|
+ } else {
|
|
|
+ let params = {
|
|
|
+ veteEduc: {},
|
|
|
+ };
|
|
|
+ params.files = this.form.files;
|
|
|
+ for (let key in this.form) {
|
|
|
+ if (key !== "files") {
|
|
|
+ params.veteEduc[key] = this.form[key];
|
|
|
+ }
|
|
|
+ }
|
|
|
+ params.veteEduc.veteSex = params.veteEduc.veteSex === "男" ? 0 : 1;
|
|
|
+ veteEduc(params).then((res) => {
|
|
|
+ if (res.code === 200) {
|
|
|
+ this.dialogVisible = true;
|
|
|
+ // this.$message({
|
|
|
+ // message: '提交成功,等待审核!',
|
|
|
+ // type: 'success',
|
|
|
+ // duration: 2000,
|
|
|
+ // success: () => {
|
|
|
+ // this.$u.route(
|
|
|
+ // '/pages/applyEducationCode/applyEducationSuccess'
|
|
|
+ // )
|
|
|
+ // }
|
|
|
+ // });
|
|
|
+ this.$store.dispatch("GetUserInfo").then((res) => {
|
|
|
+ console.log("获取用户信息:", res);
|
|
|
+ });
|
|
|
+ } else {
|
|
|
+ this.$message({
|
|
|
+ message: res.msg,
|
|
|
+ type: "error",
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
}
|
|
|
}
|
|
|
- },
|
|
|
- // jobStatusChange(e){
|
|
|
- // for (let index = 0; index < this.employmentStatusList.length; index++) {
|
|
|
- // const item = this.employmentStatusList[index];
|
|
|
- // if(item.text == e){
|
|
|
- // console.log('this.form',this.form);
|
|
|
- // this.form.jobStatus = this.employmentStatusList[index].label;
|
|
|
- // break;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // },
|
|
|
- degrEducChange(e){
|
|
|
- for (let index = 0; index < this.degrEducList.length; index++) {
|
|
|
- const item = this.degrEducList[index];
|
|
|
- if(item.text == e){
|
|
|
- this.form.degrEduc = this.degrEducList[index].label;
|
|
|
- this.form.degrEducId = this.degrEducList[index].value;
|
|
|
- break;
|
|
|
- }
|
|
|
+ });
|
|
|
+ },
|
|
|
+ houseTypeChange(e) {
|
|
|
+ for (let index = 0; index < this.houseTypeList.length; index++) {
|
|
|
+ const item = this.houseTypeList[index];
|
|
|
+ if (item.text == e) {
|
|
|
+ console.log("this.form", this.form);
|
|
|
+ this.form.houseType = this.houseTypeList[index].label;
|
|
|
+ break;
|
|
|
}
|
|
|
- },
|
|
|
- politOutlookChange(e){
|
|
|
- for (let index = 0; index < this.politOutlookList.length; index++) {
|
|
|
- const item = this.politOutlookList[index];
|
|
|
- if(item.text == e){
|
|
|
- this.form.politOutlook = this.politOutlookList[index].label;
|
|
|
- this.form.politOutlookId = this.politOutlookList[index].value;
|
|
|
- break;
|
|
|
- }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // jobStatusChange(e){
|
|
|
+ // for (let index = 0; index < this.employmentStatusList.length; index++) {
|
|
|
+ // const item = this.employmentStatusList[index];
|
|
|
+ // if(item.text == e){
|
|
|
+ // console.log('this.form',this.form);
|
|
|
+ // this.form.jobStatus = this.employmentStatusList[index].label;
|
|
|
+ // break;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ degrEducChange(e) {
|
|
|
+ for (let index = 0; index < this.degrEducList.length; index++) {
|
|
|
+ const item = this.degrEducList[index];
|
|
|
+ if (item.text == e) {
|
|
|
+ this.form.degrEduc = this.degrEducList[index].label;
|
|
|
+ this.form.degrEducId = this.degrEducList[index].value;
|
|
|
+ break;
|
|
|
}
|
|
|
- },
|
|
|
- salaryRangeChange(e){
|
|
|
- for (let index = 0; index < this.salaryRangeList.length; index++) {
|
|
|
- const item = this.salaryRangeList[index];
|
|
|
- if(item.text == e){
|
|
|
- this.form.salaryRangeName = this.salaryRangeList[index].label;
|
|
|
- this.form.salaryRange = this.salaryRangeList[index].value;
|
|
|
- break;
|
|
|
- }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ politOutlookChange(e) {
|
|
|
+ for (let index = 0; index < this.politOutlookList.length; index++) {
|
|
|
+ const item = this.politOutlookList[index];
|
|
|
+ if (item.text == e) {
|
|
|
+ this.form.politOutlook = this.politOutlookList[index].label;
|
|
|
+ this.form.politOutlookId = this.politOutlookList[index].value;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ salaryRangeChange(e) {
|
|
|
+ for (let index = 0; index < this.salaryRangeList.length; index++) {
|
|
|
+ const item = this.salaryRangeList[index];
|
|
|
+ if (item.text == e) {
|
|
|
+ this.form.salaryRangeName = this.salaryRangeList[index].label;
|
|
|
+ this.form.salaryRange = this.salaryRangeList[index].value;
|
|
|
+ break;
|
|
|
}
|
|
|
- },
|
|
|
- confirmSuccess(){
|
|
|
- this.dialogVisible = false;
|
|
|
- this.$router.push('/')
|
|
|
- },
|
|
|
- resetForm() {
|
|
|
- this.$refs['form'].resetFields();
|
|
|
}
|
|
|
+ },
|
|
|
+ confirmSuccess() {
|
|
|
+ this.dialogVisible = false;
|
|
|
+ this.$router.push("/");
|
|
|
+ },
|
|
|
+ resetForm() {
|
|
|
+ this.$refs["form"].resetFields();
|
|
|
+ },
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-:deep(.success-dialog){
|
|
|
+:deep(.success-dialog) {
|
|
|
border-radius: 32px;
|
|
|
text-align: center;
|
|
|
- .img{
|
|
|
+ .img {
|
|
|
width: 134px;
|
|
|
}
|
|
|
- .text{
|
|
|
+ .text {
|
|
|
font-weight: 400;
|
|
|
font-size: 28px;
|
|
|
color: #000;
|
|
|
letter-spacing: 0.13px;
|
|
|
margin: 27px auto 140px;
|
|
|
}
|
|
|
- .btn{
|
|
|
+ .btn {
|
|
|
width: 281px;
|
|
|
display: inline-block;
|
|
|
height: 58px;
|
|
@@ -734,7 +767,7 @@ export default {
|
|
|
margin-bottom: 45px;
|
|
|
}
|
|
|
}
|
|
|
-:deep(.banner-breadcrumb-breadcrumb){
|
|
|
+:deep(.banner-breadcrumb-breadcrumb) {
|
|
|
margin-bottom: 14px;
|
|
|
}
|
|
|
.title {
|
|
@@ -764,7 +797,7 @@ export default {
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
}
|
|
|
-.el-upload:hover {
|
|
|
+ .el-upload:hover {
|
|
|
border-color: #409eff;
|
|
|
}
|
|
|
.uploader-icon {
|
|
@@ -781,14 +814,13 @@ export default {
|
|
|
display: block;
|
|
|
}
|
|
|
}
|
|
|
-.app-main-box{
|
|
|
+.app-main-box {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
-.el-form{
|
|
|
+.el-form {
|
|
|
width: 50%;
|
|
|
}
|
|
|
-.submit-btn{
|
|
|
+.submit-btn {
|
|
|
width: 265px;
|
|
|
}
|
|
|
-
|
|
|
</style>
|