From 6ba4964d9cc55341df18c7550a405aa865d560a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E9=B8=BF=E5=AE=87?= Date: Tue, 15 Apr 2025 18:13:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E6=95=88=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 史鸿宇 --- src/assets/styles/element/index.scss | 4 ---- src/components/dialoguePanel/DialogueFlow.vue | 17 ----------------- .../dialoguePanel/DialogueThought.vue | 1 - .../dialogue/components/AgainstPopover.vue | 8 +------- src/views/dialogue/components/InitalPanel.vue | 1 - src/views/dialogue/dialogueView.vue | 3 --- 6 files changed, 1 insertion(+), 33 deletions(-) diff --git a/src/assets/styles/element/index.scss b/src/assets/styles/element/index.scss index 02d71a9c..ce028681 100644 --- a/src/assets/styles/element/index.scss +++ b/src/assets/styles/element/index.scss @@ -17,25 +17,21 @@ } .el-button:not(.is-disabled) { - // background-color: white !important; color: var(--o-button-color) !important; border-color: var(--o-button-border-color) !important; } .el-button:not(.is-disabled):focus { - // background-color: white !important; color: var(--o-button-color) !important; border-color: var(--o-button-border-color) !important; } .el-button:not(.is-disabled):active { - // background-color: white !important; color: #6395fd !important; border-color: #6395fd !important; } .el-button:not(.is-disabled):hover { - // background-color: white !important; color: #7aa5ff !important; border-color: #7aa5ff !important; } diff --git a/src/components/dialoguePanel/DialogueFlow.vue b/src/components/dialoguePanel/DialogueFlow.vue index f8062517..a1a157d7 100644 --- a/src/components/dialoguePanel/DialogueFlow.vue +++ b/src/components/dialoguePanel/DialogueFlow.vue @@ -268,16 +268,13 @@ watch( border: 1px solid rgba(109, 117, 250, 0.2); } .demo-collapse { - /* position: absolute; */ margin-bottom: 24px; - // border-bottom: px; width: 100%; height: auto; border-radius: 0px 0px 4px 4px; border: 1px solid var(--o-border-color-base); :deep(.el-collapse-item__wragop) { - // border-bottom: 5px; margin-top: 12px !important; margin-bottom: 2px !important; } @@ -286,7 +283,6 @@ watch( display: flex; height: auto; width: 100%; - // padding: 12px; background-color: linear-gradient( 127.95deg, rgba(109, 227, 250, 0.2) -1.967%, @@ -312,21 +308,8 @@ watch( &-text { font-size: 16px; line-height: 24px; - // padding-left: 12px; width: 100%; color: var(--o-text-color-primary); } - &-progress { - // right: 8px; - } -} - -.demo-collapse .el-collapse-item__header { - // background-color: greenyellow ; - // background: linear-gradient(127.95deg, rgba(109, 227, 250, 0.2) -1.967%, rgba(90, 179, 255, 0.2) 98.202%); -} -.o-collapse-item { - // background-color: aliceblue !important; - // background-color: pink !important; } diff --git a/src/components/dialoguePanel/DialogueThought.vue b/src/components/dialoguePanel/DialogueThought.vue index d76af5a8..3dedee1e 100644 --- a/src/components/dialoguePanel/DialogueThought.vue +++ b/src/components/dialoguePanel/DialogueThought.vue @@ -93,7 +93,6 @@ const contentAfterMark = computed(() => { .thought-content { padding: 1rem; - // background-color: #fff; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } diff --git a/src/views/dialogue/components/AgainstPopover.vue b/src/views/dialogue/components/AgainstPopover.vue index 61395efd..2755a028 100644 --- a/src/views/dialogue/components/AgainstPopover.vue +++ b/src/views/dialogue/components/AgainstPopover.vue @@ -122,42 +122,36 @@ const handleSubmit = () => { } .cancel_button_light:not(.is-disabled):focus { - // background-color: white !important; color: black !important; border-color: #4e5865 !important; } .cancel_button_light:not(.is-disabled):active { - // background-color: white !important; color: #6395fd !important; border-color: #6395fd !important; } .cancel_button_light:not(.is-disabled):hover { - // background-color: white !important; color: #7aa5ff !important; border-color: #7aa5ff !important; } -// + .cancel_button_dark:not(.is-disabled) { color: #4e5865 !important; border-color: black !important; } .cancel_button_dark:not(.is-disabled):focus { - // background-color: white !important; color: #4e5865 !important; border-color: black !important; } .cancel_button_dark:not(.is-disabled):active { - // background-color: white !important; color: #6395fd !important; border-color: #6395fd !important; } .ccancel_button_dark:not(.is-disabled):hover { - // background-color: white !important; color: #7aa5ff !important; border-color: #7aa5ff !important; } diff --git a/src/views/dialogue/components/InitalPanel.vue b/src/views/dialogue/components/InitalPanel.vue index cd664623..4dd881ea 100644 --- a/src/views/dialogue/components/InitalPanel.vue +++ b/src/views/dialogue/components/InitalPanel.vue @@ -250,7 +250,6 @@ onMounted(() => { } .inital-panel { - // background-color: var(--o-bg-color-base); background-color: transparent; border-radius: 8px; padding-top: 48px; diff --git a/src/views/dialogue/dialogueView.vue b/src/views/dialogue/dialogueView.vue index e333854b..f7702b70 100644 --- a/src/views/dialogue/dialogueView.vue +++ b/src/views/dialogue/dialogueView.vue @@ -529,8 +529,6 @@ watch( } &_main { - // background-color: pink; - // height: 336px; .main { display: flex; flex-direction: column; @@ -604,7 +602,6 @@ watch( } #sun-icon { - // background-color: pink; &:hover { filter: invert(51%) sepia(95%) saturate(146%) hue-rotate(168deg) brightness(94%) contrast(83%); -- Gitee From 451bddd3d8186d9fec67f7d6a32357b23da3b5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E9=B8=BF=E5=AE=87?= Date: Tue, 15 Apr 2025 18:24:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=83=8C=E6=99=AF=E8=89=B2=EF=BC=8C=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E4=BD=8E=E6=80=A7=E8=83=BDPC=E8=83=8C=E6=99=AF=E5=9B=BE?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=BC=93=E6=85=A2=E5=AF=BC=E8=87=B4=E9=97=AA?= =?UTF-8?q?=E7=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 史鸿宇 --- src/App.vue | 1 + src/assets/styles/theme.scss | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index c405064f..df8c6f24 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,6 +30,7 @@ onMounted(() => {