linwei
2024-01-10 f89867e71936474a1afd1994e49a3f55d937ec33
src/views/publicSecurity/components/bailReportingDetail.vue
@@ -29,8 +29,7 @@
            option: {
                submitBtn: false,
                emptyBtn: false,
                column: [
                    {
          column: [{
                        // span: 10,
                        label: '申请人',
                        prop: 'checkUserName',
@@ -224,19 +223,20 @@
<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 {