commit | 7ec1dd0816b1ae5825eddb2485e6fba157ec7899 | [log] [tgz] |
---|---|---|
author | Krishya <2271857550@qq.com> | Sat Apr 19 15:29:03 2025 +0800 |
committer | Krishya <2271857550@qq.com> | Sat Apr 19 15:29:03 2025 +0800 |
tree | 6b75f44be31f4ccd7a02ddf1e81f6ff8bf6b400e | |
parent | e851328ed48dd044ea534caee1e85b841906a2a3 [diff] [blame] |
更新论坛功能 Change-Id: I0efd26d35cc4abb0c6d51ff1bff2cfd738f986dd
diff --git a/src/pages/Forum/posts-main/components/SearchBar.css b/src/pages/Forum/posts-main/components/SearchBar.css new file mode 100644 index 0000000..b74f9d2 --- /dev/null +++ b/src/pages/Forum/posts-main/components/SearchBar.css
@@ -0,0 +1,7 @@ +.search-bar { + display: flex; + align-items: center; + gap: 10px; + margin-bottom: 20px; + } + \ No newline at end of file