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){ + + } +}