Commit f04179ad2af38c0fc5065f3729be2cc3f09d37d4

Authored by 梁保满
1 parent d44087bd

表格样式

src/views/standard/test/index.vue
... ... @@ -568,7 +568,7 @@
568 568 class="tab-ul"
569 569 v-if="classTable.length"
570 570 v-masonry
571   - transition-duration="0s"
  571 + transition-duration="0.5s"
572 572 gutter="0"
573 573 item-selector=".tab-li"
574 574 >
... ... @@ -725,7 +725,6 @@ export default {
725 725 const that = this;
726 726 BusEvent.$on("keepAlive", async function () {
727 727 // if (that.$route.path == "/test") {
728   - that.multipleSelection = [];
729 728 that.query.subjectNames = that.role == "ROLE_BANZHUREN" ? [] : "";
730 729 that._QueryClassList2();
731 730 await that._QueryClassList();
... ...