From ee17debc7eff4af0bbfc1f28a256f2a05993b0c5 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期二, 16 四月 2024 17:19:36 +0800
Subject: [PATCH] feat:添加圆环
---
src/views/system/result/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/result/index.vue b/src/views/system/result/index.vue
index 77003fb..2ef8485 100644
--- a/src/views/system/result/index.vue
+++ b/src/views/system/result/index.vue
@@ -17,7 +17,7 @@
</div>
</el-card>
</div>
- <el-row :gutter="80">
+ <el-row :gutter="100">
<el-col :span="6">
<div class="city-warp">
<div class="city">
@@ -145,7 +145,7 @@
</el-row>
- <el-row style="margin-top: 30px" :gutter="80">
+ <el-row style="margin-top: 30px" :gutter="100">
<el-col :span="6">
<div class="city-warp">
<div class="city">
--
Gitblit v1.8.0