Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-03-12 09:31:16 +08:00
commit 639351c469
1 changed files with 11 additions and 1 deletions

View File

@ -4,7 +4,12 @@
{{ $t('system:retrospect:title:userFrom') }} {{ $t('system:retrospect:title:userFrom') }}
</div> </div>
<div class="userFrom"> <div class="userFrom">
<el-form size="mini" class="base-search-form"> <el-form
size="mini"
class="base-search-form"
label-position="right"
:label-width="isEN ? '130px' : '100px'"
>
<el-form-item :label="$t('system:retrospect:form:createType')"> <el-form-item :label="$t('system:retrospect:form:createType')">
<span>{{ $fd('UserCeateSource', otherInfo.UserCeateSource) }}</span> <span>{{ $fd('UserCeateSource', otherInfo.UserCeateSource) }}</span>
</el-form-item> </el-form-item>
@ -437,6 +442,11 @@ export default {
this.getList() this.getList()
}, },
}, },
computed: {
isEN() {
return this.$i18n.locale !== 'zh'
},
},
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>