File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
layout/components/UserInfo/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ const getColumnsConfig = (options: XTableProps) => {
128
128
proxyForm = true
129
129
options .formConfig = {
130
130
enabled: true ,
131
- titleWidth: 180 ,
131
+ titleWidth: 110 ,
132
132
titleAlign: ' right' ,
133
133
items: allSchemas .searchSchema
134
134
}
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ const toDocument = () => {
66
66
<Icon icon =" ep:menu" />
67
67
<div @click =" toDocument" >{{ t('common.document') }}</div >
68
68
</ElDropdownItem >
69
- <ElDropdownItem divided >
69
+ <ElDropdownItem divided @click = " loginOut " >
70
70
<Icon icon =" ep:switch-button" />
71
- <div @click = " loginOut " >{{ t('common.loginOut') }}</div >
71
+ <div >{{ t('common.loginOut') }}</div >
72
72
</ElDropdownItem >
73
73
</ElDropdownMenu >
74
74
</template >
You can’t perform that action at this time.
0 commit comments