@jx3box/jx3box-common-ui 6.7.1 → 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.
@@ -394,7 +394,7 @@ body {
394
394
  .u-msg {
395
395
  display: block;
396
396
  // height: 32px;
397
- padding: 27px 14px 20px 14px;
397
+ padding: 27px 10px 20px 10px;
398
398
  &:hover {
399
399
  opacity: 0.7;
400
400
  }
@@ -611,13 +611,13 @@ body {
611
611
 
612
612
  .u-post {
613
613
  .db;
614
- padding: 24px 8px 24px 10px;
614
+ padding: 24px 10px;
615
615
  }
616
616
 
617
617
  .u-add {
618
618
  fill: #fff;
619
619
  vertical-align: middle;
620
- margin-right: 4px;
620
+ // margin-right: 4px;
621
621
  }
622
622
 
623
623
  &.on {
@@ -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.1",
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>