@vue-start/pro 0.5.52 → 0.5.53

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.
Files changed (2) hide show
  1. package/dist/index.css +10 -2
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -529,7 +529,11 @@
529
529
  }
530
530
 
531
531
  .pro-modal .el-dialog__body {
532
- padding: 0px;
532
+ padding: 0 16px;
533
+ }
534
+
535
+ .pro-modal.scroll .el-dialog__body {
536
+ padding: 0;
533
537
  }
534
538
 
535
539
  .pro-modal .pro-modal-scroll {
@@ -550,7 +554,11 @@
550
554
  }
551
555
 
552
556
  .pro-drawer .el-drawer__body {
553
- padding: 0px;
557
+ padding: 0 16px;
558
+ }
559
+
560
+ .pro-drawer.scroll .el-drawer__body {
561
+ padding: 0;
554
562
  }
555
563
 
556
564
  .pro-drawer .pro-drawer-scroll {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-start/pro",
3
- "version": "0.5.52",
3
+ "version": "0.5.53",
4
4
  "description": "> TODO: description",
5
5
  "author": "zx <zxpstudy@163.com>",
6
6
  "homepage": "https://github.com/zxeryu/vue-start#readme",
@@ -33,5 +33,5 @@
33
33
  "vue": ">=3.x",
34
34
  "vue-router": ">=4.x"
35
35
  },
36
- "gitHead": "c33013989bf6ca4574f4f0c8655bd5da6e0ac6e2"
36
+ "gitHead": "7bba0f95224746d197f81e14662d481e6eea9819"
37
37
  }