fix(use profile): blocks missing gap

This commit is contained in:
ppxb
2025-04-09 14:58:40 +08:00
committed by Charles7c
parent b944a73cec
commit c457883ac1

View File

@@ -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>