diff --git a/change/@acedatacloud-nexior-71dd2841-5a15-4d66-8a1c-3721ea51f0bc.json b/change/@acedatacloud-nexior-71dd2841-5a15-4d66-8a1c-3721ea51f0bc.json new file mode 100644 index 00000000..b22868cb --- /dev/null +++ b/change/@acedatacloud-nexior-71dd2841-5a15-4d66-8a1c-3721ea51f0bc.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "opt luma", + "packageName": "@acedatacloud/nexior", + "email": "1348977728@qq.com", + "dependentChangeType": "patch" +} diff --git a/src/components/luma/OperationPanel.vue b/src/components/luma/OperationPanel.vue index 62a5f38c..66b8633a 100644 --- a/src/components/luma/OperationPanel.vue +++ b/src/components/luma/OperationPanel.vue @@ -7,7 +7,7 @@
- {{ $t('qrart.button.generate') }} + {{ $t('luma.button.generate') }}
diff --git a/src/components/luma/config/PromptInput.vue b/src/components/luma/config/PromptInput.vue index fbeb36b7..8aa74b89 100644 --- a/src/components/luma/config/PromptInput.vue +++ b/src/components/luma/config/PromptInput.vue @@ -29,9 +29,6 @@ export default defineComponent({ ElInput, InfoIcon }, - data() { - return {}; - }, computed: { prompt: { get() { @@ -60,11 +57,15 @@ export default defineComponent({ display: flex; flex-direction: row; align-items: center; + justify-content: space-between; // Add this line to move the icon to the right position: relative; .title { font-size: 14px; margin-bottom: 10px; } } + .info { + margin-left: auto; // Ensure the icon stays on the right + } } diff --git a/src/components/luma/task/Detail.vue b/src/components/luma/task/Detail.vue deleted file mode 100644 index a6e592d4..00000000 --- a/src/components/luma/task/Detail.vue +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - diff --git a/src/components/luma/task/Preview.vue b/src/components/luma/task/Preview.vue index a9b941a4..d0865fdd 100644 --- a/src/components/luma/task/Preview.vue +++ b/src/components/luma/task/Preview.vue @@ -1,7 +1,7 @@