fix: 修改拖拽的问题

This commit is contained in:
奔跑的面条
2022-04-11 18:17:09 +08:00
parent 24dbc21cfc
commit 33b7d990e3
6 changed files with 33 additions and 23 deletions
@@ -75,10 +75,6 @@ const rangeModelStyle = computed(() => {
position: absolute;
left: 0;
top: 0;
border-radius: 15px;
border: 1px solid rgba(0, 0, 0, 0);
background-color: greenyellow;
opacity: 1;
}
}
</style>