bri-components 1.3.33 → 1.3.35

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": "bri-components",
3
- "version": "1.3.33",
3
+ "version": "1.3.35",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -229,6 +229,9 @@ export default {
229
229
  screenKey () {
230
230
  return this.propsObj.screenKey;
231
231
  },
232
+ allScreenKey () {
233
+ return this.propsObj.allScreenKey;
234
+ },
232
235
 
233
236
  /* 移动端在用 */
234
237
  // 只做校验而隐藏的的field框,所用的propsObj
@@ -525,6 +525,7 @@
525
525
  <style lang="less" scoped>
526
526
  .DshTreeTable {
527
527
  &-top {
528
+ margin-bottom: 3px;
528
529
  display: flex;
529
530
  flex-direction: row;
530
531
  justify-content: space-between;
@@ -197,7 +197,7 @@
197
197
 
198
198
  .ivu-drawer-mask,
199
199
  .ivu-drawer-wrap {
200
- // z-index: 88888888;
200
+ z-index: 88888888;
201
201
  }
202
202
  .ivu-drawer-body {
203
203
  padding: 0px;
@@ -138,6 +138,9 @@ export default {
138
138
  screenKey () {
139
139
  return this.propsObj.screenKey;
140
140
  },
141
+ allScreenKey () {
142
+ return this.propsObj.allScreenKey;
143
+ },
141
144
  commonPropsObj () {
142
145
  return {
143
146
  // isShare: false, // 是否是分享页在用
@@ -220,7 +223,7 @@ export default {
220
223
  },
221
224
  quoteParams () {
222
225
  return {
223
- screenKey: this.screenKey,
226
+ screenKey: this.allScreenKey,
224
227
  fields: [...this.quoteListFields, this.controlKey, "createdAt"],
225
228
  advSearch: {
226
229
  logic: "and",