opt: sort widget

This commit is contained in:
bggRGjQaUbCoE
2024-09-28 13:05:36 +08:00
parent 579ed0103a
commit 4d3df35f5d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ Widget searchArticlePanel(BuildContext context, searchPanelCtr, list) {
child: Container( child: Container(
height: 40, height: 40,
color: Theme.of(context).colorScheme.surface, color: Theme.of(context).colorScheme.surface,
padding: const EdgeInsets.symmetric(horizontal: 12), padding: const EdgeInsets.only(left: 25, right: 12),
child: Row( child: Row(
children: [ children: [
Obx( Obx(

View File

@@ -27,7 +27,7 @@ Widget searchUserPanel(BuildContext context, searchPanelCtr, list) {
child: Container( child: Container(
height: 40, height: 40,
color: Theme.of(context).colorScheme.surface, color: Theme.of(context).colorScheme.surface,
padding: const EdgeInsets.symmetric(horizontal: 12), padding: const EdgeInsets.only(left: 25, right: 12),
child: Row( child: Row(
children: [ children: [
Obx( Obx(