|
@@ -656,9 +656,9 @@
|
|
|
<!-- 合同信息 -->
|
|
|
<div class="info-row" >
|
|
|
<div class="info-row-title">合同信息</div>
|
|
|
- <div style="margin: 0 74px 0 63px;">
|
|
|
+ <div style="margin: 0 5vw;">
|
|
|
<el-form :model="contractInfo.form" inline ref="contractInfoForm" label-width="130" :disabled="contractInfo.operationtype!='compliance'"
|
|
|
- :rules="contractInfo.rules" style="display: flex;flex-wrap: wrap;justify-content: space-around;">
|
|
|
+ :rules="contractInfo.rules" class="contractInfo-form">
|
|
|
<el-form-item label="合同来源" prop="contract_source">
|
|
|
<el-select v-model="contractInfo.form.contract_source" placeholder="请选择合同来源" @change="contractSourceChange">
|
|
|
<el-option :label="item" :value="index"
|
|
@@ -930,7 +930,7 @@
|
|
|
margin-right: 20px;
|
|
|
.info-box{
|
|
|
background-color: white;
|
|
|
- padding: 0 30px 30px 0;
|
|
|
+ padding: 0 2vw 30px 0;
|
|
|
border: 1px solid #E8E8E8;
|
|
|
.info-box-head{
|
|
|
background-color: $themeColor;
|
|
@@ -961,6 +961,16 @@
|
|
|
left: 0;
|
|
|
}
|
|
|
}
|
|
|
+ .contractInfo-form{
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+ @media screen and (max-width:1680px) {
|
|
|
+ .contractInfo-form{
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
// 套餐信息
|
|
|
.info-service-box{
|
|
|
min-width: 560px;
|
|
@@ -1094,7 +1104,8 @@
|
|
|
border-left:2px solid #D6DBE2 ;
|
|
|
}
|
|
|
.el-input__wrapper,.el-input{
|
|
|
- width: 286px;
|
|
|
+ min-width: 286px;
|
|
|
+ width: 15vw;
|
|
|
}
|
|
|
#info-invoice-box{
|
|
|
.el-input__wrapper{
|