diff --git a/YLErpWeb/Views/SwapTrade2/TradeList.cshtml b/YLErpWeb/Views/SwapTrade2/TradeList.cshtml index 3ac977cb..e7f78c75 100644 --- a/YLErpWeb/Views/SwapTrade2/TradeList.cshtml +++ b/YLErpWeb/Views/SwapTrade2/TradeList.cshtml @@ -21,6 +21,18 @@ .ChildrenBG { background-color: #ADADAD !important; } + + #listGrid tr.jqgrow { + height: 25px !important; + } + + #listGrid tr.jqgrow > td { + height: 25px !important; + line-height: 20px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } } @section JS{ @@ -116,4 +128,4 @@

上限10000条

- \ No newline at end of file +