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/mapSpacePop.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue index d9df039..5404709 100644 --- a/src/components/MapView/mapSpacePop.vue +++ b/src/components/MapView/mapSpacePop.vue @@ -45,12 +45,12 @@ ></el-input> </el-form-item> <el-form-item> - <el-button + <el-button size="small" plain @click="setSpaceTableLayer" >鏌ヨ</el-button> <el-button - plain + plain size="small" @click="restSpacePopLayer" >閲嶇疆</el-button> </el-form-item> @@ -76,7 +76,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