dcp-design-react 1.12.6 → 1.12.8
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.
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +2 -2
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/context/index.d.ts +1 -0
- package/lib/table/src/hooks/useImperativeMethod.d.ts +0 -1
- package/lib/table/src/hooks/useTableLayout.d.ts +1 -0
- package/lib/table/src/hooks/useTableMemo.d.ts +3 -0
- package/lib/table/src/hooks/useTableRef.d.ts +2 -5
- package/lib/table/src/utils/index.d.ts +1 -0
- package/lib/table/style/fast-search.less +151 -151
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -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-
|
|
29134
|
+
border-bottom: 1px solid #e8e8e8;
|
|
29135
29135
|
cursor: pointer;
|
|
29136
29136
|
overflow: hidden;
|
|
29137
29137
|
text-overflow: ellipsis;
|