tangjunhao 3 달 전
부모
커밋
73f649f102
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/project/index.vue

+ 1 - 1
src/views/project/index.vue

@@ -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([]);