From 2976e024e8d70e05a69738e8da888633ad3520a0 Mon Sep 17 00:00:00 2001
From: Penny <2500338766@qq.com>
Date: Wed, 17 May 2023 21:10:13 +0800
Subject: [PATCH] =?UTF-8?q?hotfix:=E4=BF=AE=E6=AD=A3=E7=BB=98=E5=9B=BE?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/ai/paint/loverPaint.vue | 2 +-
pages/ai/paint/paint.vue | 24 +++++++++++++++++++-----
2 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/pages/ai/paint/loverPaint.vue b/pages/ai/paint/loverPaint.vue
index 67d44c1..28b6574 100644
--- a/pages/ai/paint/loverPaint.vue
+++ b/pages/ai/paint/loverPaint.vue
@@ -50,7 +50,7 @@
- 生成图片
(消耗{{goldNum}}点画意值)
+ 生成
(消耗{{goldNum}}点画意值)
diff --git a/pages/ai/paint/paint.vue b/pages/ai/paint/paint.vue
index 5a5a752..cd82258 100644
--- a/pages/ai/paint/paint.vue
+++ b/pages/ai/paint/paint.vue
@@ -130,8 +130,11 @@
-
-
+
+
+ 开始创作
消耗{{formData.goldNum}}点画意值
@@ -756,12 +759,23 @@
width: calc(100% - 40rpx);
position: fixed;
bottom: 20rpx;
+ left: 25%;
}
.startPaint{
- width: 300rpx;
+ width: 400rpx;
+ height: 100rpx;
+ bottom: 50rpx;
background-color: $uni-primary;
- border: 1px solid $uni-primary;
- border-radius: 40rpx;
+ // border: 1px solid $uni-primary;
+ border-radius: 50rpx;
+
+ padding-bottom: 50 rpx;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ font-size: 16px;
color: $uni-white;
}
.startPaint::after {