@jx3box/jx3box-common-ui 8.9.2 → 8.9.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "8.9.2",
3
+ "version": "8.9.3",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,10 +1,10 @@
1
1
  <template>
2
2
  <div class="c-header-panel c-header-manage" id="c-header-manage">
3
3
  <span class="u-post u-manage">
4
- <i class="u-icon u-icon-msg">
4
+ <!-- <i class="u-icon u-icon-msg"> -->
5
5
  <i class="u-pop" style="display: none" v-show="showPop"></i>
6
6
  <img class="u-add" svg-inline src="../../assets/img/header/manage.svg" />
7
- </i>
7
+ <!-- </i> -->
8
8
  </span>
9
9
  <ul class="u-menu u-pop-content">
10
10
  <li v-for="item in userPanel" :key="item.label">
@@ -144,8 +144,8 @@ export default {
144
144
  border: 2px solid #24292e;
145
145
  border-radius: 50%;
146
146
  position: absolute;
147
- right: -5px;
148
- top: -6px;
147
+ right: 4px;
148
+ top: 18px;
149
149
  z-index: 1;
150
150
  }
151
151