fix: 解决矩阵问题

- 解决矩阵某些情况下无法点击的问题
This commit is contained in:
Huangzhe
2025-03-21 19:53:18 +08:00
parent faadf08d8d
commit 877eea7162
3 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
</el-text>
<van-popover
v-model="row.showAction"
placement="right"
placement="left-end"
trigger="click"
:actions="popoverActions"
@select="handleActionSelect($event, row, 'row')"
@@ -31,7 +31,7 @@
</el-text>
<van-popover
v-model="col.showAction"
placement="right"
placement="left-end"
trigger="click"
:actions="popoverActions"
@select="handleActionSelect($event, col, 'col')"
@@ -196,8 +196,8 @@ const emitValue = (/* val: unknown */) => {
.icon {
position: absolute;
top: 0;
right: -5px;
top: 3px;
right: -10px;
& > svg {
height: 15px;