diff --git a/src/api/bpm/processInstance/index.ts b/src/api/bpm/processInstance/index.ts index a937eae2383362e5302191616f79348ed35bd9a4..0390829f0777e7fabaf098633528860f379d67d7 100644 --- a/src/api/bpm/processInstance/index.ts +++ b/src/api/bpm/processInstance/index.ts @@ -21,13 +21,13 @@ export type ProcessInstanceVO = { } export type ProcessInstanceCCVO = { - type: number, - taskName: string, - taskKey: string, - processInstanceName: string, - processInstanceKey: string, - startUserId: string, - options:string [], + type: number + taskName: string + taskKey: string + processInstanceName: string + processInstanceKey: string + startUserId: string + options: string[] reason: string } @@ -62,9 +62,9 @@ export const createProcessInstanceCC = async (data) => { /** * 抄送列表 - * @param params - * @returns + * @param params + * @returns */ export const getProcessInstanceCCPage = async (params) => { return await request.get({ url: '/bpm/process-instance/cc/my-page', params }) -} \ No newline at end of file +} diff --git a/src/components/Descriptions/src/Descriptions.vue b/src/components/Descriptions/src/Descriptions.vue index 184d95c4f919964cea68521030e4c4f5995e6736..ad9711c44231899b454e8281390b345c53801805 100644 --- a/src/components/Descriptions/src/Descriptions.vue +++ b/src/components/Descriptions/src/Descriptions.vue @@ -130,9 +130,7 @@ const toggleClick = () => { - {{ - item.mappedField ? data[item.mappedField] : data[item.field] - }} + {{ item.mappedField ? data[item.mappedField] : data[item.field] }} diff --git a/src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue b/src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue index 19e42cb677d4354b824293846942cf1be8147804..68b0217cc565b4414631e0e31bd49ad57dd3260d 100644 --- a/src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue +++ b/src/components/DiyEditor/components/mobile/FloatingActionButton/index.vue @@ -55,12 +55,12 @@ const handleToggleFab = () => { /* 模态背景 */ .modal-bg { position: absolute; - left: calc(50% - 375px / 2); top: 0; + left: calc(50% - 375px / 2); z-index: 11; width: 375px; height: 100%; - background-color: rgba(#000000, 0.4); + background-color: rgba(#000, 0.4); } .fab-icon { diff --git a/src/components/DiyEditor/components/mobile/HotZone/components/HotZoneEditDialog/index.vue b/src/components/DiyEditor/components/mobile/HotZone/components/HotZoneEditDialog/index.vue index 39250572e77422e957d821ba4b08fc3f149579bb..a9fc75c8c0641ac9ce7cb0f77a016e2769637f19 100644 --- a/src/components/DiyEditor/components/mobile/HotZone/components/HotZoneEditDialog/index.vue +++ b/src/components/DiyEditor/components/mobile/HotZone/components/HotZoneEditDialog/index.vue @@ -192,39 +192,39 @@ const handleAppLinkChange = (appLink: AppLink) => { diff --git a/src/components/DiyEditor/components/mobile/HotZone/property.vue b/src/components/DiyEditor/components/mobile/HotZone/property.vue index 495cbdce4bdade93fa1ae28de221b749b58dd58b..4f6c3b643ffa41e5d4fccaffcc9247d56e71971b 100644 --- a/src/components/DiyEditor/components/mobile/HotZone/property.vue +++ b/src/components/DiyEditor/components/mobile/HotZone/property.vue @@ -42,22 +42,22 @@ const handleOpenEditDialog = () => { diff --git a/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue b/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue index f8e2bbc64f51898c14527091a9eec370af11baf8..c2319daf2ac2c3ebf3843b1fad6138494f4ef80e 100644 --- a/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue +++ b/src/components/DiyEditor/components/mobile/MenuSwiper/index.vue @@ -103,13 +103,16 @@ watch( .el-carousel__indicator { padding-top: 0; padding-bottom: 0; + .el-carousel__button { --el-carousel-indicator-height: 6px; --el-carousel-indicator-width: 6px; --el-carousel-indicator-out-color: #ff6000; + border-radius: 6px; } } + .el-carousel__indicator.is-active { .el-carousel__button { --el-carousel-indicator-width: 12px; diff --git a/src/components/DiyEditor/index.vue b/src/components/DiyEditor/index.vue index 700d32bd50321fdc24770ef241bd42718930e0e2..355ff156de14ddb40dfb6345c8e00bcd61250a1a 100644 --- a/src/components/DiyEditor/index.vue +++ b/src/components/DiyEditor/index.vue @@ -545,11 +545,12 @@ $toolbar-height: 42px; gap: 8px; :deep(.el-tag) { - box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1); border: none; + box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%); + .el-tag__content { - width: 100%; display: flex; + width: 100%; align-items: center; justify-content: flex-start; diff --git a/src/components/InputWithColor/index.vue b/src/components/InputWithColor/index.vue index 2bc53172797b7d1cfd547ea77d7a4edf089b68d6..e494bcb37235f5125e826930a4a096e32db1243c 100644 --- a/src/components/InputWithColor/index.vue +++ b/src/components/InputWithColor/index.vue @@ -50,6 +50,7 @@ watch(