修改全局中英文

This commit is contained in:
范强强
2023-10-28 12:10:08 +08:00
parent 5c4c171356
commit e213c1e8f6
3 changed files with 14 additions and 1 deletions
@@ -386,6 +386,10 @@
@getcustomizeList="getcustomizeList"
@listReset='listReset' @LoginUserType='LoginUserType'/>
</div>
<div class="box-button-text" v-if="this.$route.query.version && this.$route.query.version != '1'">
<span>{{$t('explain')+': '}}</span>
<span>{{$t('parameterCollectionDescription')}}</span>
</div>
</a-card>
</div>
</div>
@@ -2778,6 +2782,7 @@
referenceparameter() {
let dreJurisdictionreferenceParameter = this.dreJurisdictionreferenceParameter()
if (dreJurisdictionreferenceParameter == 1) {
this.handlePreservation()
this.areaVisiblereferenceparameter = true
} else if (dreJurisdictionreferenceParameter == 0) {
this.visibleoperationFailed = true
@@ -3169,6 +3174,12 @@
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
.box-button-text {
margin-top: 10px;
white-space: pre-wrap;
word-break: break-all;
}
</style>
<style lang='less'>
.popconfirmIndex .ant-popover-message-title {