Skip to content

Commit

Permalink
流程:增加流程旧表单设计器宽度
Browse files Browse the repository at this point in the history
  • Loading branch information
lihailong220 committed Apr 6, 2023
1 parent 5841ff6 commit 203c2c7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion services/service-workflow/public/workflow/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@
visibility: visible !important;
}

/* 增加旧表单设计器的宽度 */
.flow-modal .modal-lg{
width: 100%;
margin-left: 0px;
margin-right: 0px;
}

.flow-modal .modal-lg .slds-modal__container{
width: 90% !important;
max-width: 90% !important;
min-width: 90% !important;
}

/*申请单中使用 旧版中的 inline-block样式 */
.instance-wrapper .instance-form .inline-block{
display: block !important;
Expand Down Expand Up @@ -75,4 +88,5 @@
}
.instance-tasks-tree .antd-Tree-itemText{
margin: auto;
}
}

0 comments on commit 203c2c7

Please sign in to comment.