代表推选样式修改
This commit is contained in:
+9
@@ -339,7 +339,16 @@ layout("/layouts/platform.html"){
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
.write-dialog .el-dialog__title {
|
||||||
|
font-size: 22px; /* 调整为您需要的大小 */
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.write-dialog .el-dialog__body {
|
||||||
|
padding-top: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<!--#
|
<!--#
|
||||||
}
|
}
|
||||||
|
|||||||
+17
-10
@@ -32,8 +32,7 @@ const write = {
|
|||||||
<div class="info-content">
|
<div class="info-content">
|
||||||
<i class="fa fa-info-circle info-icon"></i>
|
<i class="fa fa-info-circle info-icon"></i>
|
||||||
<div class="info-text">
|
<div class="info-text">
|
||||||
<h3 class="info-title">推选信息</h3>
|
<h2 class="info-title" style="font-size: 18px;">推选信息</h2> <p class="info-desc">您已被预选为{{ sessionName }}代表</p>
|
||||||
<p class="info-desc">您已被预选为{{ sessionName }}代表</p>
|
|
||||||
<div class="info-details">
|
<div class="info-details">
|
||||||
<p>推选单位:{{ formData.unionName }}</p>
|
<p>推选单位:{{ formData.unionName }}</p>
|
||||||
<p>推选时间:{{ formData.pushTime }}</p>
|
<p>推选时间:{{ formData.pushTime }}</p>
|
||||||
@@ -48,7 +47,7 @@ const write = {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-tabs v-model="activeName">
|
<el-tabs v-model="activeName">
|
||||||
<el-tab-pane label="填写信息" name="one">
|
<el-tab-pane label="填写信息" name="one" >
|
||||||
<el-form
|
<el-form
|
||||||
ref="formRef"
|
ref="formRef"
|
||||||
:model="formData"
|
:model="formData"
|
||||||
@@ -58,8 +57,7 @@ const write = {
|
|||||||
:disabled="(formData && !['53ff0c2a-ba93-45e9-a9fd-db51cdab3080','97b0846b-22c6-4d34-9002-a6b67d592944'].includes(formData.taskKey)) || is_read"
|
:disabled="(formData && !['53ff0c2a-ba93-45e9-a9fd-db51cdab3080','97b0846b-22c6-4d34-9002-a6b67d592944'].includes(formData.taskKey)) || is_read"
|
||||||
>
|
>
|
||||||
<div class="form-section">
|
<div class="form-section">
|
||||||
<h3 class="section-title">基本信息</h3>
|
<h2 class="section-title" style="font-size: 18px;">基本信息</h2> <div class="form-grid">
|
||||||
<div class="form-grid">
|
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="姓名" prop="userName">
|
<el-form-item label="姓名" prop="userName">
|
||||||
@@ -127,7 +125,7 @@ const write = {
|
|||||||
<el-form-item label="职称" prop="professionalTitle">
|
<el-form-item label="职称" prop="professionalTitle">
|
||||||
<dict-select v-model="formData.professionalTitle" style="width: 100%"
|
<dict-select v-model="formData.professionalTitle" style="width: 100%"
|
||||||
placeholder="请选择职称"
|
placeholder="请选择职称"
|
||||||
code="technical_title_level"></dict-select>
|
code="TECHNICAL_TITLE_LEVEL"></dict-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
@@ -445,15 +443,20 @@ const write = {
|
|||||||
.container-x1 {
|
.container-x1 {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-x {
|
.header-x {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .el-tabs__item {
|
||||||
|
font-size: 18px;/* 填写信息 */
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-x .header-left {
|
.header-x .header-left {
|
||||||
@@ -508,6 +511,7 @@ const write = {
|
|||||||
.notice-panel .notice-text {
|
.notice-panel .notice-text {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.completion-panel {
|
.completion-panel {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@@ -544,6 +548,7 @@ const write = {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
|
padding-top: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -552,6 +557,7 @@ const write = {
|
|||||||
background-color: #ebf5ff;
|
background-color: #ebf5ff;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-box ::v-deep .info-content {
|
.info-box ::v-deep .info-content {
|
||||||
@@ -572,6 +578,7 @@ const write = {
|
|||||||
.info-box .info-content .info-text ::v-deep .info-title {
|
.info-box .info-content .info-text ::v-deep .info-title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
font-size: 18px; /* 推选信息没用 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-box .info-content .info-text ::v-deep .info-desc {
|
.info-box .info-content .info-text ::v-deep .info-desc {
|
||||||
@@ -594,7 +601,7 @@ const write = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-section ::v-deep .section-title {
|
.form-section ::v-deep .section-title {
|
||||||
font-size: 18px;
|
font-size: 18px;/* 基本信息没用 */
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user