配置问题国际化
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a6f76c840d
commit
7701442560
|
@ -253,7 +253,7 @@
|
||||||
v-if="QuestionList[index].QuestionGenre !== 3"
|
v-if="QuestionList[index].QuestionGenre !== 3"
|
||||||
style="margin-top: 20px"
|
style="margin-top: 20px"
|
||||||
>
|
>
|
||||||
分组:
|
{{ $t("trials:adRules:title:group") }}
|
||||||
<el-tag
|
<el-tag
|
||||||
v-for="itemA of QuestionList[index].AnswerGroup2List"
|
v-for="itemA of QuestionList[index].AnswerGroup2List"
|
||||||
:key="itemA"
|
:key="itemA"
|
||||||
|
|
|
@ -165,7 +165,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
/deep/ .el-form-item__content{
|
::v-deep .el-form-item__content{
|
||||||
width: calc(100% - 110px);
|
width: calc(100% - 110px);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue