mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 放映倒计时工具样式修复
This commit is contained in:
parent
6c8ed6d5ef
commit
ac414505e2
@ -162,7 +162,6 @@ const changeTime = (e: FocusEvent | KeyboardEvent, type: 'minute' | 'second') =>
|
||||
height: 54px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba($color: $themeColor, $alpha: .05);
|
||||
font-size: 22px;
|
||||
overflow: hidden;
|
||||
|
||||
input {
|
||||
@ -172,6 +171,7 @@ const changeTime = (e: FocusEvent | KeyboardEvent, type: 'minute' | 'second') =>
|
||||
outline: 0;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
.colon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user