yanghao 2 недель назад
Родитель
Сommit
2286d1cc15
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/expert/list/index.vue

+ 2 - 2
src/views/expert/list/index.vue

@@ -826,8 +826,8 @@ const teamQueryParams = reactive({
 })
 
 const rowStylePresets = [
-  { tableWidth: '64%', backgroundColor: '#eef6ff', columnWidths: [1.5, 1.5, 1.5, 1.5, 1.5] },
-  { tableWidth: '75%', backgroundColor: '#f2faef', columnWidths: [1.8, 1.8, 1.8, 1.8, 1.8] },
+  { tableWidth: '100%', backgroundColor: '#eef6ff', columnWidths: [1.5, 1.5, 1.5, 1.5, 1.5] },
+  { tableWidth: '100%', backgroundColor: '#f2faef', columnWidths: [1.8, 1.8, 1.8, 1.8, 1.8] },
   { tableWidth: '100%', backgroundColor: '#fff8e8', columnWidths: [2, 2, 2, 2, 2] }
 ]
 const rankOptions = computed(() => getStrDictOptions(DICT_TYPE.RD_EXPERT_RANK))