bkui-vue 0.0.1-beta.415 → 0.0.1-beta.416

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.
@@ -86,6 +86,8 @@
86
86
  z-index: -1;
87
87
  width: 100%;
88
88
  height: 100%;
89
+ padding: 0;
90
+ margin: 0;
89
91
  outline: none;
90
92
  opacity: 0;
91
93
  }
@@ -108,6 +108,8 @@
108
108
  z-index: -1;
109
109
  width: 100%;
110
110
  height: 100%;
111
+ padding: 0;
112
+ margin: 0;
111
113
  outline: none;
112
114
  opacity: 0;
113
115
  }
@@ -206,6 +206,8 @@
206
206
  z-index: -1;
207
207
  width: 100%;
208
208
  height: 100%;
209
+ padding: 0;
210
+ margin: 0;
209
211
  outline: none;
210
212
  opacity: 0;
211
213
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.415",
3
+ "version": "0.0.1-beta.416",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",