增加重置按钮的悬停样式

This commit is contained in:
hxuanyu 2025-06-29 23:34:07 +08:00
parent a0c4dd3a5e
commit a9423b1e2e

View File

@ -368,6 +368,10 @@ onUnmounted(() => {
background: rgba(244, 67, 54, 0.8);
}
.control-btn.reset:hover {
background: rgba(244, 67, 54, 0.9);
}
.progress-bar {
border-radius: 2px;
overflow: hidden;