@zscreate/zhxy-app-component 1.0.193 → 1.0.195

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.
@@ -234,7 +234,7 @@ export default {
234
234
  position: sticky; //表头向上滚动时固定住
235
235
  top: 0;
236
236
  //width: 750px; //左右滚动时不会把固定的表头滚动走
237
- z-index: 100; //滑动时表头不被覆盖
237
+ z-index: 9; //滑动时表头不被覆盖
238
238
 
239
239
  .table-header-data{
240
240
  display: flex;
@@ -318,6 +318,7 @@
318
318
  <u-number-box v-model="dataModel" @numberBoxClick="numberBoxClick"
319
319
  style="width: 100%"
320
320
  :positive-integer="false"
321
+ :long-press="false"
321
322
  @plus="numberBoxPlus" @minus="numberBoxMinus"
322
323
  :step="widget.options.step ? widget.options.step:1"
323
324
  :min="widget.options.min ? widget.options.min : 0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.193",
3
+ "version": "1.0.195",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",