From 7b6c5d4d333f49248dd85d22d8350e4cbcc97ca0 Mon Sep 17 00:00:00 2001 From: malik masis Date: Wed, 28 Dec 2022 18:52:22 +0300 Subject: [PATCH] Removed the unnecessary paddings --- .../Components/Payment/Default.cshtml | 8 ++++---- .../src/EShopOnAbp.PublicWeb/Pages/Basket.cshtml | 2 +- .../src/EShopOnAbp.PublicWeb/Pages/Index.cshtml | 2 +- .../src/EShopOnAbp.PublicWeb/Pages/MyOrders.cshtml | 4 ++-- .../src/EShopOnAbp.PublicWeb/Pages/Payment.cshtml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/Components/Payment/Default.cshtml b/apps/public-web/src/EShopOnAbp.PublicWeb/Components/Payment/Default.cshtml index 8be30bcc..e708d67a 100644 --- a/apps/public-web/src/EShopOnAbp.PublicWeb/Components/Payment/Default.cshtml +++ b/apps/public-web/src/EShopOnAbp.PublicWeb/Components/Payment/Default.cshtml @@ -7,8 +7,8 @@
-
-
@L["Payment:SelectAddress"]
+
+
@L["Payment:SelectAddress"]
@foreach (var address in Model.Address) { @@ -28,8 +28,8 @@
-
-
@L["Payment:SelectPaymentMethod"]
+
+
@L["Payment:SelectPaymentMethod"]
@foreach (var paymentMethod in Model.PaymentMethods) { diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Basket.cshtml b/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Basket.cshtml index 569f0dbb..aae39154 100644 --- a/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Basket.cshtml +++ b/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Basket.cshtml @@ -11,7 +11,7 @@ @inject IStringLocalizer L
-
+
@await Component.InvokeAsync(typeof(BasketWidgetViewComponent))
\ No newline at end of file diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Index.cshtml b/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Index.cshtml index 24b58a5d..d7609e36 100644 --- a/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Index.cshtml +++ b/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Index.cshtml @@ -29,7 +29,7 @@
-

@pageHeader

+

@pageHeader

@for (int i = 0; i < Math.Ceiling(Model.Products.Count / (double)productsColumnSize); i++) { diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/MyOrders.cshtml b/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/MyOrders.cshtml index 20820665..674c913a 100644 --- a/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/MyOrders.cshtml +++ b/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/MyOrders.cshtml @@ -34,7 +34,7 @@ } } -
+
@@ -42,6 +42,6 @@
-
+
@await Component.InvokeAsync(typeof(UserOrderWidgetViewComponent), new {Filter = Model.OrderFilter})
\ No newline at end of file diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Payment.cshtml b/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Payment.cshtml index bdfd8c57..f5aa4f70 100644 --- a/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Payment.cshtml +++ b/apps/public-web/src/EShopOnAbp.PublicWeb/Pages/Payment.cshtml @@ -11,7 +11,7 @@ }
-
+
@await Component.InvokeAsync(typeof(PaymentWidgetViewComponent))
\ No newline at end of file