File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -238,14 +238,12 @@ exports[`renders ./components/grid/demo/playfround.vue correctly 1`] = `
238
238
< a-col :span="6"/>
239
239
< a-col :span="6"/>
240
240
< a-col :span="6"/>
241
- < /a-row>
242
- </pre ><pre >< a-row :gutter="[16,16]">
241
+ < /a-row> </pre ><br ><pre >< a-row :gutter="[16,16]">
243
242
< a-col :span="6"/>
244
243
< a-col :span="6"/>
245
244
< a-col :span="6"/>
246
245
< a-col :span="6"/>
247
- < /a-row>
248
- </pre >
246
+ < /a-row> </pre >
249
247
</div >
250
248
`;
251
249
Original file line number Diff line number Diff line change @@ -67,13 +67,9 @@ A simple playground for column count and gutter.
67
67
<div >Column</div >
68
68
</a-col >
69
69
</a-row >
70
- <pre
71
- >{{ rowColHtml }}
72
- </pre >
70
+ <pre >{{ rowColHtml }}</pre >
73
71
<br />
74
- <pre
75
- >{{ rowColHtml }}
76
- </pre >
72
+ <pre >{{ rowColHtml }}</pre >
77
73
</div >
78
74
</template >
79
75
<script lang="ts">
You can’t perform that action at this time.
0 commit comments