样式修改
This commit is contained in:
parent
fc771fcf71
commit
e0b700a884
|
|
@ -160,6 +160,7 @@ export default {
|
||||||
detailData: {},
|
detailData: {},
|
||||||
sendParams: {
|
sendParams: {
|
||||||
proId: decryptWithSM4(this.$route.query.proId),
|
proId: decryptWithSM4(this.$route.query.proId),
|
||||||
|
bidId: this.$route.query.bidId ? decryptWithSM4(this.$route.query.bidId) : null,
|
||||||
},
|
},
|
||||||
defaultParams,
|
defaultParams,
|
||||||
selectedRow: {},
|
selectedRow: {},
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="开标方式" prop="bidOpeningMethod">
|
<el-form-item label="开标方式" prop="bidOpeningMethod">
|
||||||
<el-input v-model.trim="form.bidOpeningMethod" placeholder="请输入开标方式" clearable show-word-limit
|
<el-input v-model.trim="form.bidOpeningMethod" placeholder="请输入开标方式" clearable show-word-limit
|
||||||
maxlength="64"></el-input>
|
maxlength="128"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="项目简介" prop="proIntroduction">
|
<el-form-item label="项目简介" prop="proIntroduction">
|
||||||
<el-input type="textarea" v-model.trim="form.proIntroduction" placeholder="请输入项目简介" clearable show-word-limit
|
<el-input type="textarea" v-model.trim="form.proIntroduction" placeholder="请输入项目简介" clearable show-word-limit
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,10 @@ export default {
|
||||||
height: calc(100vh - 84px);
|
height: calc(100vh - 84px);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background: linear-gradient(180deg, #F1F6FF 20%, #E5EFFF 100%);
|
background: linear-gradient(180deg, #F1F6FF 20%, #E5EFFF 100%);
|
||||||
padding: 20px;
|
}
|
||||||
|
|
||||||
|
::v-deep .table-card {
|
||||||
|
height: calc(100vh - 290px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -206,7 +209,7 @@ export default {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding: 0 20px;
|
padding: 0 0 0 20px;
|
||||||
|
|
||||||
.back-btn {
|
.back-btn {
|
||||||
width: 98px;
|
width: 98px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue