From d639401646718357ba40b3be8a3fab7db9d0097d Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 21 Jun 2023 19:26:14 +0800 Subject: [PATCH] fix: style lint --- src/App.vue | 3 ++- src/components/Table/src/Table.vue | 1 + .../package/designer/ProcessViewer.vue | 24 +++++++++++++++++-- .../package/palette/ProcessPalette.vue | 5 ++-- src/layout/components/TabMenu/src/TabMenu.vue | 2 +- src/views/Profile/Index.vue | 6 ++++- .../mp/components/wx-material-select/main.vue | 6 ++--- src/views/mp/draft/components/DraftTable.vue | 6 ++--- .../mp/material/components/ImageTable.vue | 6 ++--- 9 files changed, 43 insertions(+), 16 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1b8b895f..7407d97a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,10 +40,11 @@ $prefix-cls: #{$namespace}-app; html, body { + @extend .size; + padding: 0 !important; margin: 0; overflow: hidden; - @extend .size; #app { @extend .size; diff --git a/src/components/Table/src/Table.vue b/src/components/Table/src/Table.vue index 8ca59684..37cebc69 100644 --- a/src/components/Table/src/Table.vue +++ b/src/components/Table/src/Table.vue @@ -302,6 +302,7 @@ export default defineComponent({ margin-left: 0; padding: 8px 4px; } + :deep(.el-button.is-link) { margin-left: 0; padding: 8px 4px; diff --git a/src/components/bpmnProcessDesigner/package/designer/ProcessViewer.vue b/src/components/bpmnProcessDesigner/package/designer/ProcessViewer.vue index c2d0c319..1b8e7f98 100644 --- a/src/components/bpmnProcessDesigner/package/designer/ProcessViewer.vue +++ b/src/components/bpmnProcessDesigner/package/designer/ProcessViewer.vue @@ -407,6 +407,7 @@ watch( stroke-dasharray: 4px !important; fill-opacity: 0.2 !important; } + .highlight-todo.djs-shape .djs-visual > :nth-child(1) { fill: #1890ff !important; stroke: #1890ff !important; @@ -418,8 +419,9 @@ watch( stroke: #1890ff !important; stroke-dasharray: 4px !important; fill-opacity: 0.2 !important; - marker-end: url(#sequenceflow-end-_E7DFDF-_E7DFDF-803g1kf6zwzmcig1y2ulm5egr); + marker-end: url('#sequenceflow-end-_E7DFDF-_E7DFDF-803g1kf6zwzmcig1y2ulm5egr'); } + :deep(.highlight-todo.djs-shape .djs-visual > :nth-child(1)) { fill: #1890ff !important; stroke: #1890ff !important; @@ -433,14 +435,17 @@ watch( stroke: green !important; fill-opacity: 0.2 !important; } + .highlight.djs-shape .djs-visual > :nth-child(2) { fill: green !important; } + .highlight.djs-shape .djs-visual > path { fill: green !important; fill-opacity: 0.2 !important; stroke: green !important; } + .highlight.djs-connection > .djs-visual > path { stroke: green !important; } @@ -454,14 +459,17 @@ watch( stroke: green !important; fill-opacity: 0.2 !important; } + :deep(.highlight.djs-shape .djs-visual > :nth-child(2)) { fill: green !important; } + :deep(.highlight.djs-shape .djs-visual > path) { fill: green !important; fill-opacity: 0.2 !important; stroke: green !important; } + :deep(.highlight.djs-connection > .djs-visual > path) { stroke: green !important; } @@ -472,14 +480,17 @@ watch( stroke: red !important; fill-opacity: 0.2 !important; } + .highlight-reject.djs-shape .djs-visual > :nth-child(2) { fill: red !important; } + .highlight-reject.djs-shape .djs-visual > path { fill: red !important; fill-opacity: 0.2 !important; stroke: red !important; } + .highlight-reject.djs-connection > .djs-visual > path { stroke: red !important; } @@ -493,14 +504,17 @@ watch( stroke: red !important; fill-opacity: 0.2 !important; } + :deep(.highlight-reject.djs-shape .djs-visual > :nth-child(2)) { fill: red !important; } + :deep(.highlight-reject.djs-shape .djs-visual > path) { fill: red !important; fill-opacity: 0.2 !important; stroke: red !important; } + :deep(.highlight-reject.djs-connection > .djs-visual > path) { stroke: red !important; } @@ -511,14 +525,17 @@ watch( stroke: grey !important; fill-opacity: 0.2 !important; } + .highlight-cancel.djs-shape .djs-visual > :nth-child(2) { fill: grey !important; } + .highlight-cancel.djs-shape .djs-visual > path { fill: grey !important; fill-opacity: 0.2 !important; stroke: grey !important; } + .highlight-cancel.djs-connection > .djs-visual > path { stroke: grey !important; } @@ -532,14 +549,17 @@ watch( stroke: grey !important; fill-opacity: 0.2 !important; } + :deep(.highlight-cancel.djs-shape .djs-visual > :nth-child(2)) { fill: grey !important; } + :deep(.highlight-cancel.djs-shape .djs-visual > path) { fill: grey !important; fill-opacity: 0.2 !important; stroke: grey !important; } + :deep(.highlight-cancel.djs-connection > .djs-visual > path) { stroke: grey !important; } @@ -547,7 +567,7 @@ watch( .element-overlays { box-sizing: border-box; padding: 8px; - background: rgba(0, 0, 0, 0.6); + background: rgb(0 0 0 / 60%); border-radius: 4px; color: #fafafa; width: 200px; diff --git a/src/components/bpmnProcessDesigner/package/palette/ProcessPalette.vue b/src/components/bpmnProcessDesigner/package/palette/ProcessPalette.vue index 212e0623..4232f74d 100644 --- a/src/components/bpmnProcessDesigner/package/palette/ProcessPalette.vue +++ b/src/components/bpmnProcessDesigner/package/palette/ProcessPalette.vue @@ -32,12 +32,13 @@ const addTask = (event, options: any = {}) => {