diff --git a/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml b/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml index 91d9d26f..c6e7df28 100644 --- a/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml +++ b/YLErpWeb/Views/SwapTrade2/SwapIncome.cshtml @@ -172,7 +172,7 @@ {{priceFormat(floatPosition.TradingAmountNetAvg > 0 ? floatPosition.TradingAmountNetAvg : floatPosition.PosiNetPrice)}} - + diff --git a/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml b/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml index 5bfd3d91..26a8f625 100644 --- a/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml +++ b/YLErpWeb/Views/SwapTrade2/SwapUnwind.cshtml @@ -209,7 +209,7 @@ {{priceFormat(floatPosition.PosiGrossPrice)}} - + diff --git a/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css b/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css index 3b9ee05e..402e56b9 100644 --- a/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css +++ b/YLErpWeb/wwwroot/Style/Css/unwindSwapTrade.css @@ -97,4 +97,12 @@ } td input { width: 100px !important; -} \ No newline at end of file +} + +td input.swap-delivery-price-input-unwind { + width: 160px !important; +} + +td input.swap-delivery-price-input-income { + width: 160px !important; +}