|
@@ -3,8 +3,8 @@
|
|
|
<a-table size="small" :dataSource="props.data.apps" :columns="utils.TBLayout('detailsAppsTable')">
|
|
|
<template #bodyCell="{ column, record }">
|
|
|
<template v-if="column.dataIndex === 'auth'">
|
|
|
- <div style="width:500px">
|
|
|
- <a-tag v-for="item in record.options" :key="item.optionid" @close="deleteOptions(record.systemappid,item)" closable>{{item.optionname}}</a-tag>
|
|
|
+ <div style="display:flex;flex-wrap: wrap;">
|
|
|
+ <a-tag style="margin-bottom: 10px;" v-for="item in record.options" :key="item.optionid" @close="deleteOptions(record.systemappid,item)" closable>{{item.optionname}}</a-tag>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|