mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-13 14:57:14 +08:00
fix(use profile): blocks missing gap
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="gi_page">
|
<div class="gi_page">
|
||||||
<a-row wrap :gutter="16" align="stretch">
|
<a-row wrap :gutter="[16, 16]" align="stretch">
|
||||||
<a-col :xs="24" :sm="24" :md="10" :lg="10" :xl="7" :xxl="7">
|
<a-col :xs="24" :sm="24" :md="10" :lg="10" :xl="7" :xxl="7">
|
||||||
<LeftBox />
|
<LeftBox />
|
||||||
</a-col>
|
</a-col>
|
||||||
|
Reference in New Issue
Block a user