@lingk/sync 1.1.13 → 1.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1421,6 +1421,14 @@ aside{
1421
1421
  max-height: 102px;
1422
1422
  overflow: hidden;
1423
1423
  }
1424
+
1425
+ .file-manager-table th{
1426
+ cursor: pointer;
1427
+ -webkit-user-select: auto;
1428
+ -moz-user-select: auto;
1429
+ -ms-user-select: auto;
1430
+ user-select: auto;
1431
+ }
1424
1432
  .rc-time-picker {
1425
1433
  display: inline-block;
1426
1434
  box-sizing: border-box;