style:流程模块样式的修改
Showing
2 changed files
with
11 additions
and
11 deletions
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <!-- 左侧业务功能按钮 --> | 5 | <!-- 左侧业务功能按钮 --> |
6 | <ul> | 6 | <ul> |
7 | <li @click="operation(item)" v-for="(item, index) in leftButtonList" :key="index"> | 7 | <li @click="operation(item)" v-for="(item, index) in leftButtonList" :key="index"> |
8 | <svg-icon :icon-class="item.icon" /> | 8 | <svg-icon class="icon" :icon-class="item.icon" /> |
9 | <span class="iconName">{{ item.name }}</span> | 9 | <span class="iconName">{{ item.name }}</span> |
10 | </li> | 10 | </li> |
11 | </ul> | 11 | </ul> |
... | @@ -62,16 +62,15 @@ | ... | @@ -62,16 +62,15 @@ |
62 | </div> | 62 | </div> |
63 | </template> | 63 | </template> |
64 | <style scoped lang="scss"> | 64 | <style scoped lang="scss"> |
65 | @import "~@/styles/mixin.scss"; | 65 | @import "~@/styles/mixin.scss"; |
66 | @import "./workFrame.scss"; | 66 | @import "./workFrame.scss"; |
67 | </style> | 67 | </style> |
68 | <script> | 68 | <script> |
69 | import { leftMenu, stepExpandInfo, getStepFormInfo } from "@/api/fqsq.js"; | 69 | import { leftMenu, stepExpandInfo, getStepFormInfo } from "@/api/fqsq.js"; |
70 | import publicFlow from "./mixin/public.js"; | 70 | import publicFlow from "./mixin/public.js"; |
71 | import { popupDialog } from "@/utils/popup.js"; | 71 | import NoticeBar from "@/components/NoticeBar/index"; |
72 | import NoticeBar from "@/components/NoticeBar/index"; | 72 | import { getWorkFlowImage } from "@/api/workflow/jsydsyqFlow.js"; |
73 | import { getWorkFlowImage } from "@/api/workflow/jsydsyqFlow.js"; | 73 | export default { |
74 | export default { | ||
75 | mixins: [publicFlow], | 74 | mixins: [publicFlow], |
76 | components: { | 75 | components: { |
77 | NoticeBar, | 76 | NoticeBar, |
... | @@ -151,7 +150,7 @@ export default { | ... | @@ -151,7 +150,7 @@ export default { |
151 | finishedSequenceFlowSet: result.finishedSequenceFlowSet, | 150 | finishedSequenceFlowSet: result.finishedSequenceFlowSet, |
152 | }, | 151 | }, |
153 | allCommentList: result.historyTaskList, | 152 | allCommentList: result.historyTaskList, |
154 | }, '70%', true); | 153 | }, '80%', true); |
155 | } | 154 | } |
156 | ); | 155 | ); |
157 | break; | 156 | break; |
... | @@ -237,5 +236,5 @@ export default { | ... | @@ -237,5 +236,5 @@ export default { |
237 | }); | 236 | }); |
238 | }, | 237 | }, |
239 | }, | 238 | }, |
240 | }; | 239 | }; |
241 | </script> | 240 | </script> | ... | ... |
-
Please register or sign in to post a comment