Skip to content

Commit 23b23f9

Browse files
committed
xTable查询框前间隔,退出系统按钮点击有时会无法成功
1 parent b583be5 commit 23b23f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/XTable/src/XTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const getColumnsConfig = (options: XTableProps) => {
128128
proxyForm = true
129129
options.formConfig = {
130130
enabled: true,
131-
titleWidth: 180,
131+
titleWidth: 110,
132132
titleAlign: 'right',
133133
items: allSchemas.searchSchema
134134
}

src/layout/components/UserInfo/src/UserInfo.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ const toDocument = () => {
6666
<Icon icon="ep:menu" />
6767
<div @click="toDocument">{{ t('common.document') }}</div>
6868
</ElDropdownItem>
69-
<ElDropdownItem divided>
69+
<ElDropdownItem divided @click="loginOut">
7070
<Icon icon="ep:switch-button" />
71-
<div @click="loginOut">{{ t('common.loginOut') }}</div>
71+
<div>{{ t('common.loginOut') }}</div>
7272
</ElDropdownItem>
7373
</ElDropdownMenu>
7474
</template>

0 commit comments

Comments
 (0)