Skip to content

Commit

Permalink
选择打印机增加关键字搜索 (#2376)
Browse files Browse the repository at this point in the history
Co-authored-by: ZdDroid <[email protected]>
  • Loading branch information
ZdDroid and jiaqq02 authored Oct 11, 2023
1 parent a24a132 commit caaa969
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 229 deletions.
28 changes: 28 additions & 0 deletions resources/web/guide/24/24.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,31 @@
display: flex;
justify-content:space-around;
}

.search {
width: 100%;
position: relative;
display: flex;
}

.searchTerm {
width: 100%;
border: 3px solid #009688;
/*border-right: none;*/
padding: 5px;
height: 20px;
border-radius: 5px 5px 5px 5px;
outline: none;
color: #9DBFAF;
}

.searchTerm:focus{
color: #009688;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
width: 30%;
padding-bottom: 5px;
padding-left: 42px;
}
Loading

0 comments on commit caaa969

Please sign in to comment.