mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 16:48:43 +00:00
@@ -32,7 +32,7 @@ class SearchPanelController<R extends SearchNumData<T>, T>
|
||||
int? pubBegin;
|
||||
int? pubEnd;
|
||||
|
||||
// article
|
||||
// user
|
||||
Rx<UserOrderType>? userOrderType;
|
||||
Rx<UserType>? userType;
|
||||
|
||||
|
||||
@@ -210,7 +210,7 @@ class SearchVideoController
|
||||
).millisecondsSinceEpoch ~/
|
||||
1000;
|
||||
}
|
||||
onSortSearch(label: e.label);
|
||||
onSortSearch();
|
||||
},
|
||||
bgColor: isCurr
|
||||
? theme.colorScheme.secondaryContainer
|
||||
@@ -224,14 +224,10 @@ class SearchVideoController
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
Row(
|
||||
spacing: 8,
|
||||
children: [
|
||||
Expanded(child: dateWidget()),
|
||||
const SizedBox(width: 8),
|
||||
const Text(
|
||||
'至',
|
||||
style: TextStyle(fontSize: 13),
|
||||
),
|
||||
const SizedBox(width: 8),
|
||||
const Text('至', style: TextStyle(fontSize: 13)),
|
||||
Expanded(child: dateWidget(false)),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user