Skip to content

Commit 4ae803e

Browse files
committed
style: permission setting
1 parent 3e9c3c0 commit 4ae803e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ui/src/views/system/resource-authorization/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,8 @@ onMounted(() => {
392392
}
393393
394394
.permission-setting {
395+
flex:1;
396+
overflow: hidden;
395397
box-sizing: border-box;
396398
width: 100%;
397399
flex-direction: column;

ui/src/views/tool/component/ToolStoreDialog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ import { onBeforeMount, ref } from 'vue'
6161
import ToolApi from '@/api/tool/tool'
6262
import { t } from '@/locales'
6363
import ToolCard from './ToolCard.vue'
64+
import { MsgSuccess } from '@/utils/message'
6465
6566
interface ToolCategory {
6667
id: string

0 commit comments

Comments
 (0)