Match-id-8594911a1d814fe13ec8b977d4c31972e295f3cf

This commit is contained in:
* 2022-03-29 17:59:13 +08:00 committed by *
parent f8fb9c5aef
commit ecc99bf97a
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.search {
width: 100%;
}

View File

@ -0,0 +1,7 @@
import styles from './Search.less';
export default function Search() {
return (
<input className={styles.search} placeholder={'Search (text or /regex/)'}/>
)
}