bri-components 1.3.35 → 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.35",
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
 
@@ -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;