增加重置按钮的悬停样式
This commit is contained in:
parent
a0c4dd3a5e
commit
a9423b1e2e
@ -368,6 +368,10 @@ onUnmounted(() => {
|
|||||||
background: rgba(244, 67, 54, 0.8);
|
background: rgba(244, 67, 54, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-btn.reset:hover {
|
||||||
|
background: rgba(244, 67, 54, 0.9);
|
||||||
|
}
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user