eoss-mobiles 0.2.82 → 0.2.84

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": "eoss-mobiles",
3
- "version": "0.2.82",
3
+ "version": "0.2.84",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -12,7 +12,7 @@
12
12
  :key="index"
13
13
  :style="
14
14
  item.type == 'tab'
15
- ? 'flex:1;height:0;min-height:400px'
15
+ ? `flex:1;height:0;min-height:${item.minHeight || 400}px`
16
16
  : item.type == 'table'
17
17
  ? 'flex:1;height:0'
18
18
  : ''
@@ -281,8 +281,7 @@ export default {
281
281
  if (where) {
282
282
  reqData = util.extend({}, reqData, where);
283
283
  }
284
- util
285
- .ajax({
284
+ request({
286
285
  url: this.url,
287
286
  method: this.method,
288
287
  format: this.format,
@@ -331,8 +330,7 @@ export default {
331
330
  }
332
331
  },
333
332
  getTheads() {
334
- util
335
- .ajax({
333
+ request({
336
334
  url: this.thead,
337
335
  method: this.method,
338
336
  format: this.format,
@@ -1 +1 @@
1
- .em-form,.em-form-content{-webkit-box-direction:normal}.em-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:auto}.em-form-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:0}.em-form .van-tab__pane{height:calc(100% - 10px)}.em-form .van-tab__pane>div{height:100%}
1
+ .em-form,.em-form-content{-webkit-box-direction:normal}.em-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:auto}.em-form-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:0}.em-form .van-tab__pane{height:calc(100% - 10px)}