bkui-vue 0.0.1-beta.371 → 0.0.1-beta.373

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.
@@ -305,7 +305,7 @@
305
305
  position: absolute;
306
306
  top: 0;
307
307
  right: 0;
308
- bottom: 0;
308
+ bottom: var(--footer-height);
309
309
  left: 0;
310
310
  width: 100%;
311
311
  pointer-events: none;
@@ -325,6 +325,7 @@
325
325
  &.column_fixed_right {
326
326
  top: 0;
327
327
  right: 0;
328
+ z-index: 1;
328
329
 
329
330
  &.shadow {
330
331
  box-shadow: 0 0 10px rgb(0 0 0 / 12%);
@@ -1350,7 +1350,7 @@
1350
1350
  position: absolute;
1351
1351
  top: 0;
1352
1352
  right: 0;
1353
- bottom: 0;
1353
+ bottom: var(--footer-height);
1354
1354
  left: 0;
1355
1355
  width: 100%;
1356
1356
  pointer-events: none;
@@ -1368,6 +1368,7 @@
1368
1368
  .bk-table .bk-table-fixed .column_fixed.column_fixed_right {
1369
1369
  top: 0;
1370
1370
  right: 0;
1371
+ z-index: 1;
1371
1372
  }
1372
1373
  .bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
1373
1374
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.371",
3
+ "version": "0.0.1-beta.373",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",