mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
@@ -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(
|
||||
|
||||
@@ -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: '清空',
|
||||
|
||||
Reference in New Issue
Block a user