From 7f87b7742ccb25e29e655ba5df23e0ec204119b0 Mon Sep 17 00:00:00 2001 From: holan20180123 Date: Tue, 3 Aug 2021 13:32:31 +0800 Subject: [PATCH] * Fix issue #371. --- module/program/css/product.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/program/css/product.css b/module/program/css/product.css index 51bf30c93a..3d4a43d6f9 100644 --- a/module/program/css/product.css +++ b/module/program/css/product.css @@ -2,3 +2,4 @@ .main-table thead>tr>th {padding: 0px 8px; line-height: 24px;} tbody.sortable > tr > td > span.sort-handler {color: #999;} .icon-move {color: #16a8f8;} +.table.has-sort-head thead>tr>th>a:after, .table.has-sort-head thead>tr>th>a:before {top: -4px;}