wargerm 0.3.2 → 0.3.3

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/dist/index.css CHANGED
@@ -1765,7 +1765,7 @@ button.swiper-pagination-bullet {
1765
1765
  }
1766
1766
  .model_container-tips {
1767
1767
  position: absolute;
1768
- z-index: 1000;
1768
+ z-index: 2000;
1769
1769
  top: 0;
1770
1770
  left: 0;
1771
1771
  right: 0;
@@ -1819,7 +1819,7 @@ button.swiper-pagination-bullet {
1819
1819
  position: absolute;
1820
1820
  width: 100%;
1821
1821
  height: calc(100% - 50px);
1822
- background: rgba(22, 28, 38, 0.7);
1822
+ background: rgba(10, 16, 27, 0.7);
1823
1823
  }
1824
1824
  .model_container-tips .model_wrap-tips .model_bottom-tips {
1825
1825
  z-index: 100;
@@ -1765,7 +1765,7 @@ button.swiper-pagination-bullet {
1765
1765
  }
1766
1766
  .model_container-tips {
1767
1767
  position: absolute;
1768
- z-index: 1000;
1768
+ z-index: 2000;
1769
1769
  top: 0;
1770
1770
  left: 0;
1771
1771
  right: 0;
@@ -1819,7 +1819,7 @@ button.swiper-pagination-bullet {
1819
1819
  position: absolute;
1820
1820
  width: 100%;
1821
1821
  height: calc(100% - 50px);
1822
- background: rgba(22, 28, 38, 0.7);
1822
+ background: rgba(10, 16, 27, 0.7);
1823
1823
  }
1824
1824
  .model_container-tips .model_wrap-tips .model_bottom-tips {
1825
1825
  z-index: 100;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "wargerm",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "scripts": {
6
6
  "dev": "dumi dev",
7
7
  "docs:build": "dumi build",