mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
mod: lint
mod: tweaks opt: publish page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -70,7 +70,7 @@ class _SettingsSearchPageState extends State<SettingsSearchPage> {
|
||||
}
|
||||
});
|
||||
},
|
||||
decoration: InputDecoration(
|
||||
decoration: const InputDecoration(
|
||||
isDense: true,
|
||||
hintText: '搜索',
|
||||
border: InputBorder.none,
|
||||
@@ -83,7 +83,7 @@ class _SettingsSearchPageState extends State<SettingsSearchPage> {
|
||||
slivers: [
|
||||
Obx(
|
||||
() => _list.isEmpty
|
||||
? HttpError()
|
||||
? const HttpError()
|
||||
: SliverPadding(
|
||||
padding: EdgeInsets.only(
|
||||
bottom: MediaQuery.paddingOf(context).bottom + 80,
|
||||
|
||||
Reference in New Issue
Block a user