神仙都没用 1 rok temu
rodzic
commit
6fc89bc7d7

+ 6 - 4
packages/crud/src/static/index.scss

@@ -333,10 +333,12 @@
 	}
 
 	&:not(.el-form--label-top) {
-		&.no-label {
-			& > .el-form-item__label {
-				padding: 0;
-				display: none;
+		.el-form-item {
+			&.no-label {
+				& > .el-form-item__label {
+					padding: 0;
+					display: none;
+				}
 			}
 		}
 	}

+ 1 - 1
src/plugins/upload/components/upload.vue

@@ -476,7 +476,7 @@ defineExpose({
 	}
 
 	&__list {
-		display: flex;
+		display: inline-flex;
 		flex-wrap: wrap;
 	}