This commit is contained in:
liushiwei
2023-09-26 13:52:52 +08:00
parent 794ac780ae
commit 6f3c2a05cc
4 changed files with 245 additions and 13 deletions

View File

@@ -452,3 +452,20 @@ img {
.fill {
flex: 1;
}
.search-item {
display: flex;
align-items: center;
margin: 0 16px 12px;
label {
font-size: 14px;
color: #666;
font-weight: 500;
width: 100px;
}
input {
width: 240px;
}
}