mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-23 09:40:22 +08:00
fix(table-action): divider
not work as expected
修复tableAction中的divider未按预期工作
This commit is contained in:
parent
b3307fe283
commit
7593ef6a4f
@ -14,11 +14,7 @@
|
||||
<Divider
|
||||
type="vertical"
|
||||
class="action-divider"
|
||||
v-if="
|
||||
divider &&
|
||||
index < getActions.length - (dropDownActions ? 0 : 1) &&
|
||||
getDropdownList.length > 0
|
||||
"
|
||||
v-if="divider && index < getActions.length - 1"
|
||||
/>
|
||||
</template>
|
||||
<Dropdown
|
||||
|
Loading…
Reference in New Issue
Block a user