@jx3box/jx3box-common-ui 7.0.7 → 7.0.8

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": "7.0.7",
3
+ "version": "7.0.8",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -147,13 +147,13 @@ export default {
147
147
 
148
148
  <style lang="less">
149
149
  .c-author-follow {
150
- .u-btn {
150
+ .u-btn.el-button {
151
151
  cursor: default;
152
152
  &:hover {
153
153
  cursor: pointer;
154
- background-color: @light-pink;
155
- color: #fff;
156
- border-color: darken(@light-pink, 2%);
154
+ background-color: @light-pink ;
155
+ color: #fff ;
156
+ border-color: darken(@light-pink, 2%) ;
157
157
  }
158
158
  }
159
159