@jx3box/jx3box-common-ui 7.9.2 → 7.9.4

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.9.2",
3
+ "version": "7.9.4",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -191,7 +191,7 @@ export default {
191
191
  break;
192
192
  }
193
193
  }
194
- return type.includes(active);
194
+ return active && type.includes(active);
195
195
  },
196
196
  matchedClient: function (client) {
197
197
  return client == "all" ? true : client == this.client;
@@ -106,11 +106,14 @@ export default {
106
106
  }
107
107
  }
108
108
  .c-post-topic__img {
109
- display: flex;
110
- justify-content: center;
109
+ .pr;
110
+ overflow: hidden;
111
+ .r(4px);
112
+ min-height: 71px;
111
113
  img{
112
- .r(3px);
113
- .size(260px,78px);
114
+ .pa;
115
+ left: 50%;
116
+ transform: translateX(-50%);
114
117
  }
115
118
  }
116
119
  </style>