vue2-client 1.15.70 → 1.15.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -234,7 +234,7 @@
|
|
234
234
|
</span>
|
235
235
|
<span v-else-if="item.slotType === 'action'" :key="'action-' + c_index">
|
236
236
|
<template v-if="item.actionArr && item.actionArr.length > 0">
|
237
|
-
<a-dropdown :getPopupContainer=" triggerNode => { return triggerNode.parentNode } ">
|
237
|
+
<a-dropdown placement="bottomCenter" :getPopupContainer=" triggerNode => { return triggerNode.parentNode } ">
|
238
238
|
<a class="ant-dropdown-link" @click="e => e.preventDefault()">
|
239
239
|
{{ item.scopedSlots?.customRender || item.slotValue }} <a-icon type="down"/>
|
240
240
|
</a>
|