@jx3box/jx3box-common-ui 6.7.2 → 6.7.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.
@@ -677,7 +677,7 @@ body {
677
677
  color: #3d454d;
678
678
  border: 1px solid rgba(27, 31, 35, 0.15);
679
679
  border-radius: 4px;
680
- box-shadow: 0 3px 12px rgb(27 31 35 / 15%);
680
+ box-shadow: 0 3px 12px rgba(0,0,0,.1);
681
681
  right: 0;
682
682
  list-style: none;
683
683
  margin: -6px 0 0 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "6.7.2",
3
+ "version": "6.7.3",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -90,7 +90,6 @@
90
90
  <div
91
91
  class="c-header-panel c-header-manage"
92
92
  id="c-header-manage"
93
- v-if="isEditor"
94
93
  @mouseenter="showManage = true"
95
94
  @mouseleave="showManage = false"
96
95
  >
@@ -98,6 +97,12 @@
98
97
  <img class="u-add" svg-inline src="../../assets/img/header/manage.svg" />
99
98
  </span>
100
99
  <ul class="u-menu" v-show="showManage">
100
+ <li>
101
+ <a href="/team/role/group">我的团队</a>
102
+ </li>
103
+ <li>
104
+ <a href="/dashboard/cooperation">签约中心</a>
105
+ </li>
101
106
  <li v-if="isAdmin">
102
107
  <a href="/admin">站点配置</a>
103
108
  </li>