bri-components 1.3.34 → 1.3.36

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.34",
3
+ "version": "1.3.36",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -323,14 +323,14 @@
323
323
  &-new,
324
324
  &-inline {
325
325
  &-wrapper {
326
- min-width: 30px;
327
- height: 30px;
328
- line-height: 30px;
326
+ min-width: 32px;
327
+ height: 32px;
328
+ line-height: 32px;
329
329
  background-color: @border-readonly;
330
330
  }
331
331
 
332
332
  &-add {
333
- height: 30px;
333
+ height: 32px;
334
334
  border: none;
335
335
  border-radius: 0px;
336
336
  background-color: @btn-hover;
@@ -393,12 +393,13 @@
393
393
  color: #fff;
394
394
  align-items: center;
395
395
  justify-content: center;
396
+ flex-wrap: wrap;
396
397
 
397
398
  &-icon {
398
- width: 18px;
399
- height: 18px;
400
- line-height: 18px;
401
- color: #fff;
399
+ width: 16px;
400
+ height: 16px;
401
+ font-size: 16px !important;
402
+ margin: 0px;
402
403
  }
403
404
  }
404
405
 
@@ -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;
@@ -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",
@@ -15,7 +15,8 @@
15
15
  &-default,
16
16
  &-small,
17
17
  &-middle,
18
- &-large {
18
+ &-large,
19
+ &-custom {
19
20
  .ivu-modal-wrap {
20
21
  .ivu-modal {
21
22
  margin: auto;