| | |
| | | option: { |
| | | submitBtn: false, |
| | | emptyBtn: false, |
| | | column: [ |
| | | { |
| | | column: [{ |
| | | // span: 10, |
| | | label: '申请人', |
| | | prop: 'checkUserName', |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .cur-container-box { |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow: hidden; |
| | | padding: 50px; |
| | | // display: flex; |
| | | // flex-direction: column; |
| | | // width: 100%; |
| | | // // height: 100%; |
| | | // overflow: hidden; |
| | | |
| | | .content-box { |
| | | // margin: 0 4px; |
| | | // padding: 0 16px; |
| | | // height: 0; |
| | | // flex: 1; |
| | | // overflow: hidden; |
| | | // overflow-y: auto; |
| | | margin: 0 4px; |
| | | padding: 0 16px; |
| | | height: 0; |
| | | flex: 1; |
| | | overflow: hidden; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .footer-btn-box { |