Browse Source

移动端任务样式调整

fenghaifu 8 months ago
parent
commit
f49e93e6fe
1 changed files with 9 additions and 2 deletions
  1. 9 2
      src/views/activiti/taskCheck.vue

+ 9 - 2
src/views/activiti/taskCheck.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div class="reply" ref="replyModal">
     <!--流程表单-->
     <a-modal :title="lcModa.title" v-model="lcModa.visible" :footer="null" :maskClosable="false" width="100%" :closable="false">
       <component
@@ -10,6 +10,7 @@
         :isNew="lcModa.isNew"
         @close=";(lcModa.visible = false), (lcModa.disabled = false)"
         @getDataList="getDataList"
+        :getContainer ='()=>$refs.replyModal'
       ></component>
     </a-modal>
 
@@ -290,6 +291,12 @@
   }
 </script>
 
-<style scoped>
+<style scoped lang="less">
+/deep/.ant-modal-body{
+  padding: 0px;
+}
+/deep/.ant-card-body{
+  padding: 0px !important;
+}
 
 </style>