bri-components 1.4.19 → 1.4.20

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.4.19",
3
+ "version": "1.4.20",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -410,11 +410,15 @@
410
410
 
411
411
  &-modal {
412
412
  .ivu-modal {
413
- width: 700px!important;
413
+ width: 30%!important;
414
+ min-width: 600px!important;
415
+ height: 70%;
416
+ min-height: 600px;
414
417
  }
415
418
 
416
419
  &-list {
417
- height: 800px;
420
+ width: 100%;
421
+ height: 100%;
418
422
  .dsh-flex-col-start-stretch();
419
423
 
420
424
  .selected {
@@ -199,8 +199,8 @@
199
199
 
200
200
  .ivu-modal-header {
201
201
  width: 100%;
202
- height: 44px;
203
- padding: 15px 24px 5px 24px;
202
+ height: 48px;
203
+ padding: 16px 24px 8px 24px;
204
204
  // border-bottom: none;
205
205
 
206
206
  &-inner {