diff --git a/src/components/GiCell/GiCellStatus.vue b/src/components/GiCell/GiCellStatus.vue index 2376a4cebcf0a6dae8a10b7b07d6c85add577c92..234c35c62c069cc285a0c3441c41879e81fbeb3d 100644 --- a/src/components/GiCell/GiCellStatus.vue +++ b/src/components/GiCell/GiCellStatus.vue @@ -17,7 +17,7 @@ const props = withDefaults(defineProps(), { }) interface Props { - status: 0 | 1 + status: 1 | 2 } diff --git a/src/components/SplitPanel/index.vue b/src/components/SplitPanel/index.vue new file mode 100644 index 0000000000000000000000000000000000000000..d46da105bf954f220e934a7b0e9fe2623ee84afc --- /dev/null +++ b/src/components/SplitPanel/index.vue @@ -0,0 +1,409 @@ + + + + + diff --git a/src/types/components.d.ts b/src/types/components.d.ts index 89911ebc14485062007e5aba5775da8b8c73d5dd..604dfd6b4018e33962a017e0ef743953ec49ed13 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -51,6 +51,7 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SecondForm: typeof import('./../components/GenCron/CronForm/component/second-form.vue')['default'] + SplitPanel: typeof import('./../components/SplitPanel/index.vue')['default'] TextCopy: typeof import('./../components/TextCopy/index.vue')['default'] UserSelect: typeof import('./../components/UserSelect/index.vue')['default'] Verify: typeof import('./../components/Verify/index.vue')['default'] diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 5d6b7a49f41a2a8cf49a7bb1fac2347e2725726e..f78bcd73c80e32c5d2705d67f37e5c9dc178b97b 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -5,57 +5,61 @@
字典管理
- - + + + + diff --git a/src/views/system/dict/tree/index.vue b/src/views/system/dict/tree/index.vue index cfae43c61bf01f88200f050a358eee02d39f6e32..59bc57b7960a310fd459e968eafbb15bb356cc93 100644 --- a/src/views/system/dict/tree/index.vue +++ b/src/views/system/dict/tree/index.vue @@ -218,7 +218,7 @@ onMounted(() => { background-color: var(--color-bg-1); position: relative; height: 100%; - margin-bottom:10px; +/* margin-bottom:10px;*/ .tree { position: absolute; top: 0; diff --git a/src/views/system/user/dept/index.vue b/src/views/system/user/dept/index.vue index 89ddf2011141b936e8a94f251716ca366617a0bc..4c169b7660a55d7af5150ef6bfa9f107ff4edaf2 100644 --- a/src/views/system/user/dept/index.vue +++ b/src/views/system/user/dept/index.vue @@ -150,7 +150,7 @@ onMounted(() => { background-color: var(--color-bg-1); position: relative; height: 100%; - margin-bottom:10px; +/* margin-bottom:10px;*/ .tree { position: absolute; top: 0; diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4c4b33e90798c867fbfd5bfddf65593271c4b7ca..a66e369505903049a0241f1ae45a40752a0fff96 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -5,86 +5,90 @@
用户管理
- - + + +