@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.
@@ -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: 2023-06-03 21:46:35
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-right: 1px solid #e8e8e8;
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,