中心调研表配置样式更改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-26 15:27:46 +08:00
parent 03c7aa3d99
commit f72cab082a
2 changed files with 5 additions and 8 deletions

View File

@ -1,5 +1,6 @@
<template> <template>
<el-form v-if="isShow" ref="researchBSForm" size="small" :model="form" :rules="rules" style="width:80%"> <el-form v-if="isShow" ref="researchBSForm" size="small" :model="form" :rules="rules" style="width:80%"
label-position="left">
<!-- 项目编号 --> <!-- 项目编号 -->
<el-form-item :label="$t('trials:researchForm:form:trialId')"> <el-form-item :label="$t('trials:researchForm:form:trialId')">
<el-input v-model="form.TrialCode" disabled /> <el-input v-model="form.TrialCode" disabled />

View File

@ -24,7 +24,7 @@
<el-form-item> <el-form-item>
<el-checkbox v-model="form.IsFollowStudyParameters" <el-checkbox v-model="form.IsFollowStudyParameters"
@change="(val) => handleChange(val, 'IsFollowStudyParameters')"> @change="(val) => handleChange(val, 'IsFollowStudyParameters')">
{{ $t('trials:researchForm:form:isFollowStudyParam') }} <span v-html="$t('trials:researchForm:form:isFollowStudyParam')"></span>
</el-checkbox> </el-checkbox>
</el-form-item> </el-form-item>
</el-form> </el-form>
@ -219,14 +219,10 @@ export default {
border-right: 1px solid #EBEEF5; border-right: 1px solid #EBEEF5;
} }
.btnBox {
position: absolute;
bottom: 0;
left: 0;
}
::v-deep .el-checkbox__label { ::v-deep .el-checkbox__label {
white-space: normal; white-space: normal;
i {}
} }
} }
</style> </style>