Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-26 12:15:25 +08:00
parent c9a02f9c74
commit 25fca498fc
41 changed files with 313 additions and 286 deletions

View File

@@ -285,10 +285,7 @@ abstract class CommonDynPageState<T extends StatefulWidget> extends State<T>
builder: (context) => Align(
alignment: Alignment.topRight,
child: Container(
margin: const EdgeInsets.only(
top: 56,
right: 16,
),
margin: const EdgeInsets.only(top: 56, right: 16),
width: maxWidth / 4,
height: 32,
child: Builder(

View File

@@ -68,6 +68,7 @@ abstract class CommonSearchPageState<S extends StatefulWidget, R, T>
textAlignVertical: TextAlignVertical.center,
decoration: InputDecoration(
hintText: '搜索',
visualDensity: .standard,
border: InputBorder.none,
suffixIcon: IconButton(
tooltip: '清空',