From 96eeda7b4f7065a9d6bf40899b0ac6d0666f6d77 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Wed, 16 Mar 2022 20:29:57 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9Bbug?= =?UTF-8?q?=20(#1538)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * perf: 修改一些翻译 * perf: 修改 权限联动 * perf: 修改消息订阅,站内信默认 check * perf: 修改 bug * perf: 修复一些bug Co-authored-by: ibuler --- src/components/AssetSelect/index.vue | 4 ++-- src/components/TreeTable/index.vue | 5 ++++- .../ApplicationPermission/ApplicationPermissionList.vue | 1 + src/views/perms/AssetPermission/AssetPermissionList.vue | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/AssetSelect/index.vue b/src/components/AssetSelect/index.vue index f9c8d855a..b7ba67f14 100644 --- a/src/components/AssetSelect/index.vue +++ b/src/components/AssetSelect/index.vue @@ -13,7 +13,7 @@ :title="this.$t('assets.Assets')" :visible.sync="dialogVisible" custom-class="asset-select-dialog" - width="70%" + width="80vw" top="1vh" @confirm="handleConfirm" @cancel="handleCancel" @@ -192,7 +192,7 @@ export default { .el-dialog__wrapper ::v-deep .el-dialog__body{ padding: 5px 10px; } - .page ::v-deep .treebox{ + .page ::v-deep .treebox { height: inherit !important; } .asset-select-dialog >>> .transition-box:first-child { diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue index 3ef7863c3..500be32de 100644 --- a/src/components/TreeTable/index.vue +++ b/src/components/TreeTable/index.vue @@ -1,7 +1,7 @@