From 4ae803e7c530892d68dd0b606400e07383555127 Mon Sep 17 00:00:00 2001 From: teukkk Date: Mon, 23 Jun 2025 11:12:37 +0800 Subject: [PATCH] style: permission setting --- ui/src/views/system/resource-authorization/index.vue | 2 ++ ui/src/views/tool/component/ToolStoreDialog.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/ui/src/views/system/resource-authorization/index.vue b/ui/src/views/system/resource-authorization/index.vue index 35f449321..94f9e042f 100644 --- a/ui/src/views/system/resource-authorization/index.vue +++ b/ui/src/views/system/resource-authorization/index.vue @@ -392,6 +392,8 @@ onMounted(() => { } .permission-setting { + flex:1; + overflow: hidden; box-sizing: border-box; width: 100%; flex-direction: column; diff --git a/ui/src/views/tool/component/ToolStoreDialog.vue b/ui/src/views/tool/component/ToolStoreDialog.vue index 7d7fb604f..3f0e8a83c 100644 --- a/ui/src/views/tool/component/ToolStoreDialog.vue +++ b/ui/src/views/tool/component/ToolStoreDialog.vue @@ -61,6 +61,7 @@ import { onBeforeMount, ref } from 'vue' import ToolApi from '@/api/tool/tool' import { t } from '@/locales' import ToolCard from './ToolCard.vue' +import { MsgSuccess } from '@/utils/message' interface ToolCategory { id: string