diff --git a/ui/src/components/ai-dialog/OperationButton.vue b/ui/src/components/ai-dialog/OperationButton.vue index 6f69ba265..aa575adff 100644 --- a/ui/src/components/ai-dialog/OperationButton.vue +++ b/ui/src/components/ai-dialog/OperationButton.vue @@ -18,7 +18,7 @@ placement="top" v-if="buttonData?.vote_status === '-1'" > - + @@ -26,7 +26,7 @@ effect="dark" content="取消赞同" placement="top" - v-if="buttonData?.vote_status === '1'" + v-if="buttonData?.vote_status === '0'" > @@ -39,7 +39,7 @@ placement="top" v-if="buttonData?.vote_status === '-1'" > - + @@ -47,7 +47,7 @@ effect="dark" content="取消反对" placement="top" - v-if="buttonData?.vote_status === '0'" + v-if="buttonData?.vote_status === '1'" > diff --git a/ui/src/components/card-box/index.vue b/ui/src/components/card-box/index.vue index 24566fb27..51b8088e5 100644 --- a/ui/src/components/card-box/index.vue +++ b/ui/src/components/card-box/index.vue @@ -1,10 +1,5 @@