样式修改
This commit is contained in:
parent
fc771fcf71
commit
e0b700a884
|
|
@ -160,6 +160,7 @@ export default {
|
|||
detailData: {},
|
||||
sendParams: {
|
||||
proId: decryptWithSM4(this.$route.query.proId),
|
||||
bidId: this.$route.query.bidId ? decryptWithSM4(this.$route.query.bidId) : null,
|
||||
},
|
||||
defaultParams,
|
||||
selectedRow: {},
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</el-form-item>
|
||||
<el-form-item label="开标方式" prop="bidOpeningMethod">
|
||||
<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 label="项目简介" prop="proIntroduction">
|
||||
<el-input type="textarea" v-model.trim="form.proIntroduction" placeholder="请输入项目简介" clearable show-word-limit
|
||||
|
|
|
|||
|
|
@ -197,7 +197,10 @@ export default {
|
|||
height: calc(100vh - 84px);
|
||||
overflow: auto;
|
||||
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;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
padding: 0 20px;
|
||||
padding: 0 0 0 20px;
|
||||
|
||||
.back-btn {
|
||||
width: 98px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue