@zgfe/modules-dm 1.0.34-heyh.25 → 1.0.34-heyh.26

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.
@@ -479,8 +479,9 @@
479
479
  background: #fff;
480
480
  border-top: 1px solid #f2f3f4;
481
481
  }
482
- .ant-drawer-content{
483
- overflow: unset!important;
482
+ .ant-drawer-content,
483
+ .ant-drawer-wrapper-body {
484
+ overflow: hidden !important;
484
485
  }
485
486
  }
486
487
 
@@ -578,8 +579,9 @@
578
579
  border: none;
579
580
  }
580
581
  }
581
- .ant-drawer-content{
582
- overflow:unset!important;
582
+ .ant-drawer-content,
583
+ .ant-drawer-wrapper-body {
584
+ overflow: hidden !important;
583
585
  }
584
586
  .ant-drawer-title {
585
587
  span {
@@ -708,22 +710,22 @@
708
710
  }
709
711
  }
710
712
  &-select {
711
- margin-top: 16px;
712
713
  display: flex;
713
- justify-content: flex-start;
714
- align-items: center;
715
714
  gap: 10px;
716
- >:nth-child(1){
715
+ align-items: center;
716
+ justify-content: flex-start;
717
+ margin-top: 16px;
718
+ > :nth-child(1) {
717
719
  width: 32px;
718
- color: #5F6085;
720
+ color: #5f6085;
719
721
  }
720
722
  }
721
723
  &-modal-box {
722
- .ant-modal-header{
723
- padding-bottom: 0!important;
724
+ .ant-modal-header {
725
+ padding-bottom: 0 !important;
724
726
  }
725
- .ant-modal-body{
726
- >:nth-child(1){
727
+ .ant-modal-body {
728
+ > :nth-child(1) {
727
729
  color: #021429;
728
730
  }
729
731
  }
@@ -744,7 +746,7 @@
744
746
  }
745
747
  }
746
748
  }
747
- #select-attributes-select{
749
+ #select-attributes-select {
748
750
  .ant-select-dropdown {
749
751
  display: none !important;
750
752
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-heyh.25",
3
+ "version": "1.0.34-heyh.26",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "umi-request": "^1.4.0",
53
53
  "yorkie": "^2.0.0"
54
54
  },
55
- "gitHead": "f86fb2a9e8ba519bb444006244b229eefcb4efe9",
55
+ "gitHead": "e0eabbe9365f2536eb02a13a40460f3657fbfecc",
56
56
  "gitHooks": {
57
57
  "pre-commit": "lint-staged"
58
58
  }