配置问题国际化
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-16 11:02:45 +08:00
parent a6f76c840d
commit 7701442560
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@
v-if="QuestionList[index].QuestionGenre !== 3"
style="margin-top: 20px"
>
分组:
{{ $t("trials:adRules:title:group") }}
<el-tag
v-for="itemA of QuestionList[index].AnswerGroup2List"
:key="itemA"

View File

@ -165,7 +165,7 @@ export default {
</script>
<style scoped>
/deep/ .el-form-item__content{
::v-deep .el-form-item__content{
width: calc(100% - 110px);
}
</style>