From 7d668e0c9ca93b0bf3ed9424cf94932c78cd3e01 Mon Sep 17 00:00:00 2001 From: li-shengren-123456 Date: Fri, 14 Mar 2025 15:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E9=80=89=E6=8B=A9=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9B=B8=E5=85=B3=E5=9B=BE=E6=A0=87=E5=92=8C=E9=97=B4?= =?UTF-8?q?=E8=B7=9D=E7=AD=89=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/theme.scss | 10 ++++ src/assets/svgs/dark_delete_active.svg | 8 +++ src/assets/svgs/dark_editor_active.svg | 14 +++++ src/views/createapp/components/appConfig.vue | 52 +++++++++++++------ src/views/createapp/components/workFlow.vue | 8 +-- src/views/createapp/index.vue | 6 +-- .../dialogue/components/InterPreview.vue | 29 ++++++++--- src/views/styles/createApp.scss | 50 ++++++++++++++++-- src/views/styles/workFlowArrange.scss | 15 ++++++ 9 files changed, 154 insertions(+), 38 deletions(-) create mode 100644 src/assets/svgs/dark_delete_active.svg create mode 100644 src/assets/svgs/dark_editor_active.svg diff --git a/src/assets/styles/theme.scss b/src/assets/styles/theme.scss index 71318e03..2d8208b3 100644 --- a/src/assets/styles/theme.scss +++ b/src/assets/styles/theme.scss @@ -85,3 +85,13 @@ body[theme='light'] { --question-bg: linear-gradient(270deg, rgb(227, 242, 255), rgb(195, 227, 255) 33.232%, rgb(197, 203, 249) 85.699%); --question-shadow: rgba(221, 225, 240, 0.5); } + +body { + // 这里替换下拉框的选中颜色,无论亮暗都是一致 + .el-select-dropdown__item.is-hovering { + background-color: #7aa5ff !important; + } + .el-select-dropdown__item.is-selected { + background-color: #6395fd !important; + } +} \ No newline at end of file diff --git a/src/assets/svgs/dark_delete_active.svg b/src/assets/svgs/dark_delete_active.svg new file mode 100644 index 00000000..d050eb2b --- /dev/null +++ b/src/assets/svgs/dark_delete_active.svg @@ -0,0 +1,8 @@ + + + Created with Pixso. + + + + + diff --git a/src/assets/svgs/dark_editor_active.svg b/src/assets/svgs/dark_editor_active.svg new file mode 100644 index 00000000..e0b50e31 --- /dev/null +++ b/src/assets/svgs/dark_editor_active.svg @@ -0,0 +1,14 @@ + + + Created with Pixso. + + + + + + + + + + + diff --git a/src/views/createapp/components/appConfig.vue b/src/views/createapp/components/appConfig.vue index fbec5911..aaaafb25 100644 --- a/src/views/createapp/components/appConfig.vue +++ b/src/views/createapp/components/appConfig.vue @@ -403,22 +403,42 @@ defineExpose({
- -
- - - - {{ item?.userName }} - - +
+
+
可选
+
{{curPersonList.length}}
+
+ +
+ + + + {{ item?.userName }} + + +
+
+
+
+
已选
+
{{ createAppForm.permission.authorizedUsers.length }}
+
+
+ + + + {{ item }} + + +
diff --git a/src/views/createapp/components/workFlow.vue b/src/views/createapp/components/workFlow.vue index 2572dafa..32d3e270 100644 --- a/src/views/createapp/components/workFlow.vue +++ b/src/views/createapp/components/workFlow.vue @@ -774,12 +774,8 @@ defineExpose({ @click="choiceFlowId(item)" >
{{ item.name }}
-
- -
-
- -
+
+