zhouwx
4 days ago 398794afbbe0696e763aa002313dcf4c3b82420c
src/views/hazardousChemicals/subscribeApplyManage/subscribe/index.vue
@@ -67,7 +67,10 @@
              style="
              width: 100%;
              text-align: center;
              padding: 8px 0;
              height: 70px;
             display: flex;
             align-items: center;
             justify-content: center;
              border-bottom: 1px solid #ebeef5;"
              :style="{
                borderBottom: index === scope.row.subscribeHazmats.length - 1 ? 'none' : '1px solid #ebeef5'
@@ -86,7 +89,11 @@
            style="
            width: 100%;
            text-align: center;
            padding: 8px 0;
             height:70px;
             display: flex;
             align-items: center;
             justify-content: center;
            border-bottom: 1px solid #ebeef5;"
            :style="{
              borderBottom: index === scope.row.subscribeHazmats.length - 1 ? 'none' : '1px solid #ebeef5'