@arim-aisdc/public-components 2.3.59 → 2.3.60

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.
@@ -40,7 +40,7 @@ table {
40
40
  width: 100%;
41
41
  height: 0;
42
42
  border-bottom: 1px solid @tableColor2;
43
- z-index: 999;
43
+ z-index: 210;
44
44
  }
45
45
  }
46
46
  .tbody-tr-highlight {
@@ -228,7 +228,7 @@ thead {
228
228
  position: sticky;
229
229
  top: 0;
230
230
  left: 0;
231
- z-index: 202;
231
+ z-index: 220;
232
232
 
233
233
  .cell-wapper {
234
234
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arim-aisdc/public-components",
3
- "version": "2.3.59",
3
+ "version": "2.3.60",
4
4
  "description": "前端组件库",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",