From f04179ad2af38c0fc5065f3729be2cc3f09d37d4 Mon Sep 17 00:00:00 2001 From: 梁保满 Date: Fri, 20 Oct 2023 17:24:25 +0800 Subject: [PATCH] 表格样式 --- src/views/standard/test/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/standard/test/index.vue b/src/views/standard/test/index.vue index bcd042c..3912140 100644 --- a/src/views/standard/test/index.vue +++ b/src/views/standard/test/index.vue @@ -568,7 +568,7 @@ class="tab-ul" v-if="classTable.length" v-masonry - transition-duration="0s" + transition-duration="0.5s" gutter="0" item-selector=".tab-li" > @@ -725,7 +725,6 @@ export default { const that = this; BusEvent.$on("keepAlive", async function () { // if (that.$route.path == "/test") { - that.multipleSelection = []; that.query.subjectNames = that.role == "ROLE_BANZHUREN" ? [] : ""; that._QueryClassList2(); await that._QueryClassList(); -- libgit2 0.21.4