|
@@ -128,7 +128,7 @@ import { useI18n } from 'vue-i18n'
|
|
|
const { t, locale } = useI18n()
|
|
|
|
|
|
const labelWidth = computed(() => {
|
|
|
- return locale.value === 'zh-CN' ? '60px' : '110px'
|
|
|
+ return locale.value === 'zh-CN' ? '70px' : '110px'
|
|
|
})
|
|
|
|
|
|
let projectlists = ref([]);
|