Commit 6dbdaf2d153b5cc7c4e0d765a19c292a8b244d54

Authored by ww
1 parent 07baa686

perf: product profiles column layout default 5 column

... ... @@ -74,7 +74,7 @@
74 74
75 75 const dataSource = ref<ProfileRecord[]>([]);
76 76
77   - const colNumber = ref(4);
  77 + const colNumber = ref(5);
78 78
79 79 const getSelectAllFlag = computed(() => {
80 80 return unref(dataSource).every((item) => item.checked);
... ...