tangjunhao 3 tháng trước cách đây
mục cha
commit
73f649f102
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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([]);