@jiaozhiye/qm-design-react 1.9.9 → 1.9.11
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/form/src/form.d.ts +0 -1
- package/lib/form/src/types.d.ts +0 -1
- package/lib/hooks/useDebounce.d.ts +2 -3
- package/lib/hooks/useThrottle.d.ts +2 -0
- 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 +3 -2
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/context/index.d.ts +2 -2
- package/lib/table/src/hooks/useTableCore.d.ts +2 -2
- package/lib/table/src/hooks/useTableLayout.d.ts +1 -1
- package/lib/table/style/table.less +372 -372
- package/package.json +3 -3
package/lib/style/index.css
CHANGED
|
@@ -29196,7 +29196,7 @@ table {
|
|
|
29196
29196
|
* @Author: 焦质晔
|
|
29197
29197
|
* @Date: 2021-07-23 19:05:57
|
|
29198
29198
|
* @Last Modified by: 焦质晔
|
|
29199
|
-
* @Last Modified time:
|
|
29199
|
+
* @Last Modified time: 2024-07-02 09:33:48
|
|
29200
29200
|
*/
|
|
29201
29201
|
.qm-table--wrapper {
|
|
29202
29202
|
box-sizing: border-box;
|
|
@@ -29450,7 +29450,8 @@ table {
|
|
|
29450
29450
|
.qm-table.is--border .body--column,
|
|
29451
29451
|
.qm-table.is--border .footer--column {
|
|
29452
29452
|
border-bottom: 1px solid #e8e8e8;
|
|
29453
|
-
border-
|
|
29453
|
+
-webkit-border-end: 1px solid #e8e8e8;
|
|
29454
|
+
border-inline-end: 1px solid #e8e8e8;
|
|
29454
29455
|
box-sizing: border-box;
|
|
29455
29456
|
}
|
|
29456
29457
|
.qm-table:not(.is--border):before,
|