@@ -157,4 +157,7 @@ const handleDelete = async (ids: string[]) => {
width: 100%;
justify-content: start;
}
+:deep(.el-link.is-underline:hover:after) {
+ display: none;
+}
</style>