chore: fix the error-log list as the system route

This commit is contained in:
vben
2021-02-13 11:15:06 +08:00
parent 1f96eaef99
commit b335e7511b
21 changed files with 265 additions and 374 deletions

View File

@@ -11,7 +11,7 @@
:overlayClassName="`${prefixCls}-overlay`"
>
<span :class="prefixCls">
<Icon icon="cil:language" />
<Icon icon="ion:language" />
<span v-if="showText" :class="`${prefixCls}__text`">{{ getLangText }}</span>
</span>
</Dropdown>

View File

@@ -10,7 +10,7 @@
export default defineComponent({
name: 'AppSearch',
components: { AppSearchModal, Tooltip, SearchOutlined },
components: { AppSearchModal, Tooltip },
setup() {
const showModal = ref(false);
const { prefixCls } = useDesign('app-search');