feat: 矩阵增加操作选项
- 矩阵可以删除某个行或者列,实现置底的功能
This commit is contained in:
@@ -75,6 +75,7 @@ const emitValue = () => {
|
||||
v-model:rows="rows"
|
||||
v-model:cols="cols"
|
||||
:is-preview="isPreview"
|
||||
:active="active"
|
||||
style="overflow: scroll; width: 88vw"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user