@jiaozhiye/qm-design-react 1.12.7 → 1.12.9

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.
@@ -29110,13 +29110,13 @@ body {
29110
29110
  }
29111
29111
  .qm-table-fast-search__setting .main .container .all-list .rtable {
29112
29112
  width: 100%;
29113
- border: 1px solid #e8e8e8;
29114
29113
  }
29115
29114
  .qm-table-fast-search__setting .main .container .all-list .rtable thead {
29116
29115
  position: sticky;
29117
29116
  top: 0;
29118
29117
  }
29119
29118
  .qm-table-fast-search__setting .main .container .all-list .rtable thead th {
29119
+ border-bottom: 1px solid #e8e8e8;
29120
29120
  background-color: #fafafa;
29121
29121
  height: 30px;
29122
29122
  text-align: center;
@@ -29131,7 +29131,7 @@ body {
29131
29131
  .qm-table-fast-search__setting .main .container .all-list .rtable tbody tr td {
29132
29132
  height: 30px;
29133
29133
  text-align: center;
29134
- border-top: 1px solid #e8e8e8;
29134
+ border-bottom: 1px solid #e8e8e8;
29135
29135
  cursor: pointer;
29136
29136
  overflow: hidden;
29137
29137
  text-overflow: ellipsis;