mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 01:32:49 +00:00
style: permission setting
This commit is contained in:
parent
3e9c3c0602
commit
4ae803e7c5
|
|
@ -392,6 +392,8 @@ onMounted(() => {
|
|||
}
|
||||
|
||||
.permission-setting {
|
||||
flex:1;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue