fix: 放映倒计时工具样式修复

This commit is contained in:
zxc 2025-03-15 22:26:04 +08:00
parent 6c8ed6d5ef
commit ac414505e2

View File

@ -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 {