icssoa 1 year ago
parent
commit
6a8f3ca393
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/modules/demo/components/select-user.vue

+ 4 - 3
src/modules/demo/components/select-user.vue

@@ -104,12 +104,13 @@ const Table = useTable({
 			label: "头像",
 			component: {
 				name: "cl-avatar"
-			}
+			},
+			minWidth: 100
 		},
 		{
 			prop: "username",
 			label: "手机号",
-			minWidth: 150
+			minWidth: 120
 		},
 		{
 			prop: "name",
@@ -194,7 +195,7 @@ function open() {
 
 	nextTick(() => {
 		refresh({
-			size: 2
+			size: 10
 		});
 	});
 }