@ -827,8 +827,12 @@ const setDot = (e) => {
rulerRef.value.setDot(dots)
}
const table1Current = (e, v) => {
console.log(e)
if (dotIndex.value === e.index) {
dotIndex.value = -1
} else {
dotIndex.value = e.index || 0
</script>
<style>