fix bug
This commit is contained in:
@@ -2105,7 +2105,7 @@
|
||||
</template>
|
||||
|
||||
<template #menu="{ row, index }">
|
||||
<template>
|
||||
<div class="business-crud-page__row-actions">
|
||||
<el-link type="primary" v-if="showDetailButton(row)" @click="openDetail(row)"
|
||||
>详情</el-link
|
||||
>
|
||||
@@ -2144,7 +2144,7 @@
|
||||
{{ operation.label }}
|
||||
</el-link>
|
||||
<el-link type="danger" v-if="canDelete(row)" @click="rowDel(row)"> 删除 </el-link>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
</component>
|
||||
|
||||
@@ -13281,6 +13281,13 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
&__row-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
:deep(.business-crud-page__full-form-item) {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user