feat(calc): 更新样式
This commit is contained in:
parent
8632c1c606
commit
4af53113e4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user