@zscreate/zhxy-app-component 1.0.262 → 1.0.263

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.
@@ -323,13 +323,13 @@ export default {
323
323
  // 超过两行不显示
324
324
 
325
325
  line-height: 40rpx;
326
- height: 70rpx;
326
+ //height: 70rpx;
327
327
  display: flex;
328
328
  &.grid-item_data {
329
329
  background-color: #fff;
330
330
  }
331
331
  text {
332
- overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
332
+ //overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
333
333
  }
334
334
  }
335
335
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.262",
3
+ "version": "1.0.263",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",