mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-13 02:57:11 +08:00
fix(use profile): blocks missing gap
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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">
|
||||
<LeftBox />
|
||||
</a-col>
|
||||
|
Reference in New Issue
Block a user