样式修改

This commit is contained in:
cwchen 2025-11-27 10:20:04 +08:00
parent fc771fcf71
commit e0b700a884
3 changed files with 7 additions and 3 deletions

View File

@ -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: {},

View File

@ -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

View File

@ -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;