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

This commit is contained in:
王嘉豪
2026-06-04 09:55:51 +08:00
committed by wangjiahao
parent 0082662ab7
commit f5c47ed8af

View File

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