Skip to content

Commit aefb8c2

Browse files
committed
chore: 调整schema 生成器样式
1 parent dd7f49d commit aefb8c2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/demo/src/schema-generator/views/editor/components/NestedEditor.vue

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,6 @@
169169
}
170170
}
171171
172-
.formItemWrap {
173-
width: 100%;
174-
box-sizing: border-box;
175-
font-size: 0;
176-
}
177-
178172
/* column 布局 */
179173
.layoutColumn {
180174
.w100 {
@@ -219,14 +213,17 @@
219213
:local .formItem {
220214
width: 33.333%;
221215
}
222-
.draggableToolItem{
216+
.draggableToolItem {
223217
width: 33%;
224218
}
225219
}
226220
}
227221
}
228222
229223
.dragArea {
224+
width: 100%;
225+
box-sizing: border-box;
226+
font-size: 0;
230227
background-color: #f5f5f5;
231228
height: 100%;
232229
padding: 15px;

0 commit comments

Comments
 (0)