@semi-bot/semi-theme-trade-pass-growth-platform-test 1.0.13 → 1.0.14

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/README.md CHANGED
@@ -9,7 +9,7 @@ Compatible with Semi Foundation Version 2.97.0 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
12
- modal统一样式变更
12
+ 去掉top\bottom spacing-wrap距离,加边距导致全屏时会露出来
13
13
 
14
14
 
15
15
  ## Manual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-trade-pass-growth-platform-test",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/raw.json CHANGED
@@ -713,9 +713,10 @@
713
713
  "$radius-modal_footer": "1px"
714
714
  },
715
715
  "spacing": {
716
- "$spacing-modal_wrap-top": "10px",
716
+ "$spacing-modal-marginY": "80px",
717
+ "$spacing-modal_wrap-top": "0px",
717
718
  "$spacing-modal_body-margin": "24px",
718
- "$spacing-modal_wrap-bottom": "10px",
719
+ "$spacing-modal_wrap-bottom": "0px",
719
720
  "$spacing-modal_footer-marginY": "0px",
720
721
  "$spacing-modal_header-marginY": "0px",
721
722
  "$spacing-modal_footer-paddingX": "24px",
package/scss/local.scss CHANGED
@@ -15,9 +15,10 @@ $width-modal_footer-border: 1px;
15
15
  $width-modal_header-border: 1px;
16
16
  $width-modal_content-border: 0px;
17
17
  $radius-modal_footer: 1px;
18
- $spacing-modal_wrap-top: 10px;
18
+ $spacing-modal-marginY: 80px;
19
+ $spacing-modal_wrap-top: 0px;
19
20
  $spacing-modal_body-margin: 24px;
20
- $spacing-modal_wrap-bottom: 10px;
21
+ $spacing-modal_wrap-bottom: 0px;
21
22
  $spacing-modal_footer-marginY: 0px;
22
23
  $spacing-modal_header-marginY: 0px;
23
24
  $spacing-modal_footer-paddingX: 24px;
package/semi.css CHANGED
@@ -15709,9 +15709,9 @@ img[src=""], img:not([src]) {
15709
15709
  .semi-modal-wrap {
15710
15710
  position: fixed;
15711
15711
  overflow: auto;
15712
- top: 10px;
15712
+ top: 0px;
15713
15713
  right: 0;
15714
- bottom: 10px;
15714
+ bottom: 0px;
15715
15715
  left: 0;
15716
15716
  z-index: 1000;
15717
15717
  -webkit-overflow-scrolling: touch;