style(系统设置): 系统设置插件style
This commit is contained in:
parent
18fff51112
commit
dba3806a7a
|
@ -40,7 +40,11 @@
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</template>
|
</template>
|
||||||
<template #scenario="{ record }">
|
<template #scenario="{ record }">
|
||||||
|
<a-tooltip :content="getScenarioType(record.scenario)">
|
||||||
|
<div class="one-line-text">
|
||||||
{{ getScenarioType(record.scenario) }}
|
{{ getScenarioType(record.scenario) }}
|
||||||
|
</div>
|
||||||
|
</a-tooltip>
|
||||||
</template>
|
</template>
|
||||||
<template #organizations="{ record }">
|
<template #organizations="{ record }">
|
||||||
<MsTagGroup
|
<MsTagGroup
|
||||||
|
@ -178,7 +182,6 @@
|
||||||
slotName: 'scenario',
|
slotName: 'scenario',
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
width: 100,
|
width: 100,
|
||||||
showTooltip: true,
|
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -215,7 +218,6 @@
|
||||||
slotName: 'xpack',
|
slotName: 'xpack',
|
||||||
dataIndex: 'xpack',
|
dataIndex: 'xpack',
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
showTooltip: true,
|
|
||||||
width: 200,
|
width: 200,
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue