From 71901d942b179748a313f77fe9937ceb9b12c221 Mon Sep 17 00:00:00 2001 From: helming Date: Tue, 9 May 2023 00:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=84=8F=E5=A2=83=E7=94=BB=E4=B8=96-=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ai/paint/paint.vue | 150 +++++++++++++++++++----------------- pages/index/indexProto.vue | 6 +- pages/userInfo/userInfo.vue | 47 ++++++----- static/paint-default.png | Bin 6178 -> 9943 bytes static/paint-selecte.png | Bin 6331 -> 10496 bytes uni.scss | 6 ++ 6 files changed, 117 insertions(+), 92 deletions(-) diff --git a/pages/ai/paint/paint.vue b/pages/ai/paint/paint.vue index 88f99e9..78a964c 100644 --- a/pages/ai/paint/paint.vue +++ b/pages/ai/paint/paint.vue @@ -3,6 +3,7 @@ + 绘画提示词 @@ -14,15 +15,12 @@ - - - 提示词示例 换一批 - + @@ -36,9 +34,6 @@ - - - 选择创作风格 @@ -60,9 +55,6 @@ - - - 选择画布大小 @@ -90,6 +82,7 @@ export default { data() { return { + primaryColor: "#1a94bc", formData:{ height: undefined, width: undefined, @@ -396,31 +389,39 @@ } - diff --git a/pages/index/indexProto.vue b/pages/index/indexProto.vue index 54abcc0..9251f2a 100644 --- a/pages/index/indexProto.vue +++ b/pages/index/indexProto.vue @@ -66,7 +66,7 @@ noClick:true, //防止重复提交 banner:[ { - bannerImg: "/static/uni.png" + bannerImg: "/static/img/start.gif" } ], current: 0, @@ -308,7 +308,7 @@ .user-list { display: flex; - justify-content: center; + justify-content: left; align-items: center; overflow-x: auto; @@ -327,6 +327,8 @@ text { font-size: 24rpx; text-align: center; + white-space: nowrap; + text-overflow: ellipsis; } } diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue index ab76fe1..0d0823d 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -27,22 +27,35 @@ --> + + - - - {{item.title}} + + + 常见问题 + + + + + 联系我们 + + + + + 设置 + + - + +