fix : ui change's in sale
This commit is contained in:
@@ -45,8 +45,6 @@ class SalePage extends GetView<SaleLogic> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Widget addSaleOutOfTheProvinceBottomSheet() {
|
Widget addSaleOutOfTheProvinceBottomSheet() {
|
||||||
return BaseBottomSheet(
|
return BaseBottomSheet(
|
||||||
child: Column(
|
child: Column(
|
||||||
@@ -54,7 +52,10 @@ class SalePage extends GetView<SaleLogic> {
|
|||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
Align(
|
Align(
|
||||||
alignment: Alignment.centerRight,
|
alignment: Alignment.centerRight,
|
||||||
child: Text('ثبت فروش خارج استان', style: AppFonts.yekan16Bold.copyWith(color: AppColor.blueNormal)),
|
child: Text(
|
||||||
|
'ثبت فروش خارج استان',
|
||||||
|
style: AppFonts.yekan16Bold.copyWith(color: AppColor.blueNormal),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 4),
|
SizedBox(height: 4),
|
||||||
RElevated(text: 'ثبت توزیع/ فروش', onPressed: () {}),
|
RElevated(text: 'ثبت توزیع/ فروش', onPressed: () {}),
|
||||||
@@ -88,9 +89,11 @@ class SalePage extends GetView<SaleLogic> {
|
|||||||
children: [
|
children: [
|
||||||
Positioned(
|
Positioned(
|
||||||
top: -41,
|
top: -41,
|
||||||
child: SvgGenImage.vec(
|
child: SvgGenImage.vec(iconPath).svg(
|
||||||
iconPath,
|
width: 45,
|
||||||
).svg(width: 45, height: 45, colorFilter: ColorFilter.mode(foregroundColor, BlendMode.srcIn)),
|
height: 45,
|
||||||
|
colorFilter: ColorFilter.mode(foregroundColor, BlendMode.srcIn),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
Assets.vec.shoppingBasketSvg.svg(
|
Assets.vec.shoppingBasketSvg.svg(
|
||||||
@@ -120,7 +123,12 @@ class SalePage extends GetView<SaleLogic> {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 8),
|
padding: const EdgeInsets.symmetric(horizontal: 8),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [Text('خلاصه اطلاعات', style: AppFonts.yekan16Bold.copyWith(color: AppColor.blueNormal))],
|
children: [
|
||||||
|
Text(
|
||||||
|
'خلاصه اطلاعات',
|
||||||
|
style: AppFonts.yekan16Bold.copyWith(color: AppColor.blueNormal),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
|
|||||||
Reference in New Issue
Block a user