From 3c0bcd367dbc9aff25202d1a8ec2eb143f3e8261 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 16 一月 2023 14:52:09 +0800 Subject: [PATCH] 按钮大小调整 --- src/components/MapView/mapMenuPop.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/MapView/mapMenuPop.vue b/src/components/MapView/mapMenuPop.vue index bff728f..028259b 100644 --- a/src/components/MapView/mapMenuPop.vue +++ b/src/components/MapView/mapMenuPop.vue @@ -44,7 +44,7 @@ <template slot-scope="scope"> <el-button icon="el-icon-map-location" - size="mini" + size="small" @click="spaceLocation(scope.$index, scope.row)" ></el-button> </template> -- Gitblit v1.9.3