feat: 字典
This commit is contained in:
@@ -6,8 +6,17 @@ import DictTypePanel from './type/index.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Page content-class="flex flex-col gap-[16px] lg:flex-row">
|
||||
<DictTypePanel class="flex-1" />
|
||||
<DictDataPanel class="flex-1" />
|
||||
<Page :auto-content-height="true" content-class="flex flex-col lg:flex-row">
|
||||
<DictTypePanel class="flex-1 overflow-hidden" />
|
||||
<DictDataPanel class="flex-1 overflow-hidden" />
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
/**
|
||||
TODO: ugly code
|
||||
*/
|
||||
:deep(.p-4) {
|
||||
padding: 6px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user