Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
6dbdaf2d153b5cc7c4e0d765a19c292a8b244d54
Authored by
ww
2022-12-26 10:27:57 +0800
1 parent
07baa686
perf: product profiles column layout default 5 column
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/profiles/CardMode.vue
src/views/device/profiles/CardMode.vue
View file @
6dbdaf2
...
...
@@ -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);
...
...