style 去除语言切换功能

This commit is contained in:
xxm
2022-10-20 20:51:02 +08:00
parent 3422d10244
commit fc085f9675
2 changed files with 5 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
<FullScreen v-if="getShowFullScreen" :class="`${prefixCls}-action__item fullscreen-item`" />
<AppLocalePicker v-if="getShowLocalePicker" :reload="true" :showText="false" :class="`${prefixCls}-action__item`" />
<!-- <AppLocalePicker v-if="getShowLocalePicker" :reload="true" :showText="false" :class="`${prefixCls}-action__item`" />-->
<UserDropDown :theme="getHeaderTheme" />
@@ -73,7 +73,7 @@
LayoutBreadcrumb,
LayoutMenu,
UserDropDown,
AppLocalePicker,
// AppLocalePicker,
FullScreen,
Notify,
AppSearch,

View File

@@ -40,7 +40,9 @@
</a-form-item>
<a-form-item name="component">
<template #label>
<basic-title help-message="Layout Iframe可以直接输入自定义组件需要输入/src/views/下的全路径">组件</basic-title>
<basic-title help-message="Layout Iframe可以直接输入为空为在新页面打开访问地址自定义组件需要输入/src/views/下的全路径">
组件
</basic-title>
</template>
<a-input v-model:value="form.component" :disabled="showable" placeholder="请输入组件名称" />
</a-form-item>