style: 优化点击样式 (#18260)

This commit is contained in:
王嘉豪
2026-04-15 13:12:01 +08:00
committed by GitHub
parent a1723dec0e
commit 8f2cc64d74

View File

@@ -95,7 +95,7 @@ defineExpose({
<style lang="less">
.track_bar_custom {
transform: translate(50px, -30px);
transform: translate(50px, -30px) !important;
}
</style>