fix : some ui bug
This commit is contained in:
@@ -85,6 +85,7 @@ class RAppBar extends StatelessWidget implements PreferredSizeWidget {
|
||||
if (hasNotification) SizedBox(width: 8.w),
|
||||
|
||||
if (!isBase) ...{
|
||||
SizedBox(width: 8.w),
|
||||
if (hasFilter)
|
||||
GestureDetector(
|
||||
onTap: onFilterTap,
|
||||
@@ -95,7 +96,7 @@ class RAppBar extends StatelessWidget implements PreferredSizeWidget {
|
||||
),
|
||||
),
|
||||
if (hasBack) SizedBox(width: 8.w),
|
||||
|
||||
if (hasSearch) SizedBox(width: 8.w),
|
||||
if (hasSearch) GestureDetector(
|
||||
onTap: onSearchTap,
|
||||
child: Assets.vec.searchSvg.svg(
|
||||
|
||||
Reference in New Issue
Block a user