diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/component/sortableTable.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/html/xui/component/sortableTable.html b/web/html/xui/component/sortableTable.html index 010d8011..4e9af06d 100644 --- a/web/html/xui/component/sortableTable.html +++ b/web/html/xui/component/sortableTable.html @@ -1,5 +1,6 @@ {{define "component/sortableTableTrigger"}} <a-icon type="drag" + class="sortable-icon" style="cursor: move;" @mouseup="mouseUpHandler" @mousedown="mouseDownHandler" @@ -202,6 +203,11 @@ </script> <style> + @media only screen and (max-width: 767px) { + .sortable-icon { + display: none; + } + } .ant-table-is-sorting .draggable-row td { background-color: white !important; } |
