mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:添加字典项时下拉Tag功能,对接参数配置功能
This commit is contained in:
@ -9,9 +9,9 @@ onUnmounted(() => emitter.off('rowClick'));
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="h-full flex gap-16px">
|
||||
<DictTypeList class="w-1/2" />
|
||||
<DictDataList class="w-1/2" />
|
||||
<div class="h-full flex flex-col md:flex-row gap-16px">
|
||||
<DictTypeList class="w-full md:w-1/2" />
|
||||
<DictDataList class="w-full md:w-1/2" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user