From bea8e9cefe3300ab852e6aaa1e368b974361e69a Mon Sep 17 00:00:00 2001 From: Wayne Hsu Date: Sat, 18 Feb 2023 11:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=96=E7=89=87=E5=A4=A7=E5=B0=8F=E6=96=BC?= =?UTF-8?q?=E5=89=AA=E8=A3=81=E6=99=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Card/Edit.vue | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/src/views/Card/Edit.vue b/src/views/Card/Edit.vue index c36a34d..25d7642 100644 --- a/src/views/Card/Edit.vue +++ b/src/views/Card/Edit.vue @@ -130,7 +130,7 @@
-
+
@@ -464,12 +464,19 @@ />
- + + + +
+
+ 取消 剪裁 + > +
@@ -1039,12 +1046,27 @@ export default defineComponent({ } .crop-btn { - background-color: #666; text-align: center; + display: flex; + justify-content: space-between; + background-color: #fff; } } .flex-section { width: 100%; } + +.crop-btn{ + display: flex; + justify-content: space-between; + background-color: #ddd; + div:child-nth(1){ + + } + + div:child-nth(2){ + + } +}