rk-web-core 0.7.82 → 0.7.87

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rk-web-core",
3
3
  "description": "iep core utils",
4
- "version": "0.7.82",
4
+ "version": "0.7.87",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
package/rk-web-core.css CHANGED
@@ -166,6 +166,7 @@
166
166
  .rk-web-core-logo {
167
167
  height: 100%;
168
168
  cursor: pointer;
169
+ position: relative;
169
170
  }
170
171
  .rk-web-core-logo-basic-inner {
171
172
  background: linear-gradient(180deg, rgba(95, 131, 255, 0.6), rgba(57, 195, 255, 0.75));
@@ -204,6 +205,14 @@
204
205
  text-overflow: ellipsis;
205
206
  white-space: nowrap;
206
207
  }
208
+ .rk-web-core-logo-mark-inner {
209
+ position: absolute;
210
+ top: 0;
211
+ right: 0;
212
+ bottom: 0;
213
+ left: 0;
214
+ z-index: 1;
215
+ }
207
216
 
208
217
  * {
209
218
  margin: 0;