Skip to content

Commit

Permalink
改进表格图表排序图标样式
Browse files Browse the repository at this point in the history
  • Loading branch information
datageartech committed Jan 25, 2021
1 parent 542a339 commit 3d31cfe
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -80,15 +80,16 @@
top: 50%;
margin-top: -2px;
right: -14px;
width: 6px;
height: 6px;
width: 4px;
height: 4px;
background: #333;
opacity: 0.3;
filter: Alpha(Opacity=30);
opacity: 0.6;
filter: Alpha(Opacity=60);
}
.dg-chart-table table.dataTable thead th.sorting_asc div.DataTables_sort_wrapper span{
width: 0;
height: 0;
margin-top: -3px;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 6px solid #333;
@@ -99,6 +100,7 @@
.dg-chart-table table.dataTable thead th.sorting_desc div.DataTables_sort_wrapper span{
width: 0;
height: 0;
margin-top: -3px;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 6px solid #333;

0 comments on commit 3d31cfe

Please sign in to comment.