style: 菜单/配置表格文字靠左
This commit is contained in:
@@ -104,17 +104,17 @@ let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: t('views.system.config.configName'),
|
||||
dataIndex: 'configName',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('views.system.config.configKey'),
|
||||
dataIndex: 'configKey',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('views.system.config.configValue'),
|
||||
dataIndex: 'configValue',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('views.system.config.configType'),
|
||||
|
||||
@@ -96,7 +96,7 @@ let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: t('views.system.menu.menuName'),
|
||||
dataIndex: 'menuName',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('views.system.menu.menuId'),
|
||||
@@ -117,12 +117,12 @@ let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: t('views.system.menu.perId'),
|
||||
dataIndex: 'perms',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('views.system.menu.formLoc'),
|
||||
dataIndex: 'component',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('views.system.menu.status'),
|
||||
@@ -687,8 +687,11 @@ onMounted(() => {
|
||||
<template #icon><DeleteOutlined /></template>
|
||||
</a-button>
|
||||
</a-tooltip>
|
||||
<a-tooltip v-if="record.menuType !== MENU_TYPE_BUTTON">
|
||||
<template #title>{{t('views.system.menu.addSon')}}</template>
|
||||
<a-tooltip
|
||||
placement="topLeft"
|
||||
v-if="record.menuType !== MENU_TYPE_BUTTON"
|
||||
>
|
||||
<template #title>{{ t('views.system.menu.addSon') }}</template>
|
||||
<a-button
|
||||
type="link"
|
||||
@click.prevent="
|
||||
@@ -1129,7 +1132,7 @@ onMounted(() => {
|
||||
<a-tooltip placement="topLeft">
|
||||
<template #title>
|
||||
<div>
|
||||
{{t('views.system.menu.perms')}}
|
||||
{{ t('views.system.menu.perms') }}
|
||||
</div>
|
||||
</template>
|
||||
<InfoCircleOutlined style="color: rgba(0, 0, 0, 0.45)" />
|
||||
|
||||
Reference in New Issue
Block a user