liuyg
2021-07-10 8318a0e79e3b5a2d55d342b6e37df69dbb5c2077
src/views/dispatch/index.vue
@@ -110,10 +110,11 @@
      query: {},
      data: [],
      option: {
        card: true,
        tip: false,
        // card: true,
        searchSize: "mini",
        searchMenuSpan: 6,
        height: 547,
        height: 623,
        menuWidth: 160,
        align: "center",
        selection: true,
@@ -317,7 +318,7 @@
        path: "/dispatchChild",
        // redirect: { name: "foo" },
        // query: { row: row },
        query: { rowdispatch: "fromDispatch"},
        query: { rowdispatch: "fromDispatch" },
        // params: { row: row.identificationnumber },
      });
    },
@@ -482,12 +483,15 @@
  //   border: 1px solid #000;
  box-sizing: border-box;
}
.el-card__body {
  padding-bottom: 5px !important;
}
.avue-crud__tip,
.el-tag,
.el-tag--light {
  padding: 0 !important;
// .el-card__body {
//   padding-bottom: 5px !important;
// }
// .avue-crud__tip,
// .el-tag,
// .el-tag--light {
//   padding: 0 !important;
// }
.el-collapse-item {
  padding-top: 15px !important;
}
</style>