diff --git a/web/src/assets/css/image-sd.styl b/web/src/assets/css/image-sd.styl index edd7ef5f..904eced8 100644 --- a/web/src/assets/css/image-sd.styl +++ b/web/src/assets/css/image-sd.styl @@ -65,6 +65,14 @@ padding-top 5px padding-bottom 5px } + + .text-info { + padding 10px + + .el-tag { + margin-right 10px + } + } } .submit-btn { diff --git a/web/src/assets/css/task-list.styl b/web/src/assets/css/task-list.styl index b836f26f..211d4830 100644 --- a/web/src/assets/css/task-list.styl +++ b/web/src/assets/css/task-list.styl @@ -116,6 +116,15 @@ } } + .el-row.text-info { + width 100% + padding 10px 0 + + .el-tag { + margin-right 10px + } + } + // 提交按钮 .submit-btn { @@ -125,13 +134,6 @@ .el-button { width 200px } - - .text-info { - width 100% - display flex - justify-content right - align-items center - } } diff --git a/web/src/views/ChatPlus.vue b/web/src/views/ChatPlus.vue index 8dfdcd63..0605f194 100644 --- a/web/src/views/ChatPlus.vue +++ b/web/src/views/ChatPlus.vue @@ -103,7 +103,13 @@ :key="item.id" :label="item.name" :value="item.id" - /> + > + {{ item.name }} + {{ + item.power + }}算力 + + @@ -487,7 +493,7 @@ const loadChat = function (chat) { if (activeChat.value['chat_id'] === chat.chat_id) { return; } - + activeChat.value = chat newChatItem.value = null; roleId.value = chat.role_id; diff --git a/web/src/views/ImageMj.vue b/web/src/views/ImageMj.vue index e2da7daa..8f09240e 100644 --- a/web/src/views/ImageMj.vue +++ b/web/src/views/ImageMj.vue @@ -287,11 +287,13 @@ + + 每次绘图消耗{{ mjPower }}算力,U/V 操作消耗{{ mjActionPower }}算力 + 当前可用算力:{{ power }} + +
立即生成 -
- 当前可用算力:{{ power }} -
diff --git a/web/src/views/ImageSd.vue b/web/src/views/ImageSd.vue index 66b289e6..ad0f7b1d 100644 --- a/web/src/views/ImageSd.vue +++ b/web/src/views/ImageSd.vue @@ -253,9 +253,11 @@ /> -
+
+ 每次绘图消耗{{ sdPower }}算力 当前可用算力:{{ power }}
+
@@ -479,7 +481,7 @@