style(系统设置): 系统设置插件style

This commit is contained in:
xinxin.wu 2024-12-11 18:05:57 +08:00 committed by Craftsman
parent 18fff51112
commit dba3806a7a
1 changed files with 5 additions and 3 deletions

View File

@ -40,7 +40,11 @@
</a-tooltip> </a-tooltip>
</template> </template>
<template #scenario="{ record }"> <template #scenario="{ record }">
{{ getScenarioType(record.scenario) }} <a-tooltip :content="getScenarioType(record.scenario)">
<div class="one-line-text">
{{ 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,
}, },