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 155d231..32be909 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -27,22 +27,35 @@ --> + + - - - {{item.title}} + + + 常见问题 + + + + + 联系我们 + + + + + 设置 + + - + +