gaoluyang
2026-06-26 4a71c6beb268ba17ca472f45401c8ee97846e97e
src/views/system/dict/index.vue
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { ref } from 'vue';
import { DocAlert, Page } from '../../../packages/effects/common-ui/src';
import { Page } from '../../../packages/effects/common-ui/src';
import DataGrid from './modules/data-grid.vue';
import TypeGrid from './modules/type-grid.vue';
@@ -14,12 +14,7 @@
</script>
<template>
  <Page auto-content-height>
    <template #doc>
      <DocAlert title="字典管理" url="https://doc.iocoder.cn/system-dict/" />
    </template>
    <div class="flex h-full">
  <Page auto-content-height><div class="flex h-full">
      <!-- 左侧字典类型列表 -->
      <div class="w-1/2 pr-3">
        <TypeGrid @select="handleDictTypeSelect" />