@jx3box/jx3box-common 8.7.0 → 8.7.1

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.
Files changed (2) hide show
  1. package/css/element.css +9 -0
  2. package/package.json +1 -1
package/css/element.css CHANGED
@@ -13193,3 +13193,12 @@
13193
13193
  .el-drawer-fade-leave-active {
13194
13194
  animation: el-drawer-fade-in 225ms cubic-bezier(0, 0, 0.2, 1) 0s reverse;
13195
13195
  }
13196
+ .el-drawer__wrapper {
13197
+ position: fixed;
13198
+ top: 0;
13199
+ right: 0;
13200
+ bottom: 0;
13201
+ left: 0;
13202
+ overflow: hidden;
13203
+ margin: 0
13204
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common",
3
- "version": "8.7.0",
3
+ "version": "8.7.1",
4
4
  "description": "JX3BOX公共基础模块",
5
5
  "main": "main.js",
6
6
  "repository": {