1
0
forked from bot/app

插件商店及资源商店新增搜索功能

This commit is contained in:
2024-07-15 00:22:52 +08:00
parent 5d6ae52157
commit c232c6e5f6
3 changed files with 22 additions and 12 deletions

View File

@ -83,8 +83,18 @@ code {
.item-search-box {
border-radius: 100px;
width: 100%;
width: 80%;
padding: 10px;
margin: 10px 0;
border: 1px solid #ccc;
}
.search-box-div {
display: flex;
justify-content: space-around;
margin: 10px 0;
}
.item-search-box {
width: 80%;
}