From 5d16c6e804c69c7928b297e4ba82ca335b708796 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 02 Sep 2022 09:46:54 +0800
Subject: [PATCH] 定位至南城县,修改编辑地块按钮样式
---
src/components/revampDraw.vue | 24 ++++++++++++++++++------
1 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/src/components/revampDraw.vue b/src/components/revampDraw.vue
index 30cfd47..5829b19 100644
--- a/src/components/revampDraw.vue
+++ b/src/components/revampDraw.vue
@@ -425,28 +425,40 @@
font-size: 16px;
.draw {
- width: 144px;
- height: 44px;
+ // width: 144px;
+ // height: 44px;
line-height: 44px;
border: none;
border-radius: 22px;
+
+ width: 150px;
+ height: 66px;
+ font-size: 30px;
}
.repeal {
- width: 100px;
- height: 44px;
+ // width: 100px;
+ // height: 44px;
border-radius: 22px;
border: none;
+
+ width: 150px;
+ height: 66px;
+ font-size: 30px;
}
.save {
margin-left: 10px;
- width: 144px;
- height: 44px;
+ // width: 144px;
+ // height: 44px;
border-radius: 22px;
color: #fff;
background: #5abf78;
border: none;
+
+ width: 150px;
+ height: 66px;
+ font-size: 30px;
}
}
--
Gitblit v1.9.3