feat(calc): 更新样式

This commit is contained in:
LittleBoy 2025-07-20 15:13:57 +08:00
parent 8632c1c606
commit 4af53113e4

View File

@ -180,6 +180,9 @@ function calcResult() {
.setting-container {
.input {
@apply w-full relative border rounded mt-1 flex items-center bg-white overflow-hidden;
&:focus-within{
border-color: #aaa;
}
}
input {