-- 合并冲突

This commit is contained in:
yuping
2022-12-22 19:18:49 +08:00
parent 7668dc6616
commit b44e070069

View File

@@ -82,7 +82,7 @@
<template #action="{ record }">
<div
@click="del(record.id)"
style="color: #4ea6ff; font-size: 14px; text-align: center"
style="color: #4ea6ff; font-size: 14px; text-align: center;margin-left: 20px;cursor: pointer;"
>
删除
</div>