@jx3box/jx3box-common-ui 5.9.9 → 6.0.0

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": "5.9.9",
3
+ "version": "6.0.0",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  "@jx3box/jx3box-comment-ui": "^1.7.0",
34
34
  "@jx3box/jx3box-common": "^7.3.5",
35
35
  "@jx3box/jx3box-data": "^1.10.2",
36
- "@jx3box/jx3box-editor": "^1.4.2",
36
+ "@jx3box/jx3box-editor": "^1.4.3",
37
37
  "axios": "^0.26.1",
38
38
  "dayjs": "^1.11.0",
39
39
  "element-ui": "^2.13.2",
@@ -125,28 +125,30 @@ export default {
125
125
  </script>
126
126
 
127
127
  <style lang="less">
128
- .u-follow {
129
- }
130
128
  .u-unfollow-btn {
131
- margin-right: 10px;
129
+ &.el-button {
130
+ margin-right: 10px;
131
+ }
132
132
  }
133
133
  .u-follow-popover {
134
- min-width: 100px;
135
- padding: 0;
136
- margin: 0;
137
- .u-action-list {
138
- .u-action-item {
139
- text-align: center;
140
- cursor: pointer;
141
- padding: 12px 15px;
142
- &:hover {
143
- background: rgb(248,248,251);
134
+ &.el-popover {
135
+ min-width: 100px;
136
+ padding: 0;
137
+ margin: 0;
138
+ .u-action-list {
139
+ .u-action-item {
140
+ text-align: center;
141
+ cursor: pointer;
142
+ padding: 12px 15px;
143
+ &:hover {
144
+ background: rgb(248,248,251);
145
+ }
144
146
  }
145
147
  }
146
148
  }
147
149
  }
148
150
  .u-follow-count{
149
- color:#ffdea8;
151
+ color:#fff;
150
152
  margin-left:5px;
151
153
  }
152
154
  </style>