@kengic/uni 0.6.3-beta.32 → 0.6.3-beta.33

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
@@ -30,18 +30,44 @@ uni-button:after {
30
30
  background-color: rgba(17, 17, 17, 0.9);
31
31
  }
32
32
 
33
+ /* region H5 */
33
34
  /* #ifdef H5 */
34
35
 
35
36
  .uni-nav-bar-text {
36
37
  font-size: 16px !important;
37
38
  }
38
39
 
40
+ .uni-modal__bd {
41
+ padding: 12px 6px;
42
+ min-height: auto;
43
+ color: #000000e6;
44
+ }
45
+
46
+ .uni-modal__hd {
47
+ padding: 6px;
48
+ border-bottom: 1px solid #d9d9d9;
49
+ }
50
+
39
51
  /* #endif */
52
+ /* endregion */
40
53
 
54
+ /* region APP-PLUS */
41
55
  /* #ifdef APP-PLUS */
42
56
 
43
57
  .uni-nav-bar-text {
44
58
  font-size: 17px !important;
45
59
  }
46
60
 
61
+ .uni-modal__bd {
62
+ padding: 12px 6px;
63
+ min-height: auto;
64
+ color: #000000e6;
65
+ }
66
+
67
+ .uni-modal__hd {
68
+ padding: 6px;
69
+ border-bottom: 1px solid #d9d9d9;
70
+ }
71
+
47
72
  /* #endif */
73
+ /* endregion */
@@ -1,12 +1 @@
1
1
  @import './styles/index.scss';
2
-
3
- .uni-modal__bd {
4
- padding: 12px 6px;
5
- min-height: auto;
6
- color: #000000e6;
7
- }
8
-
9
- .uni-modal__hd {
10
- padding: 6px;
11
- border-bottom: 1px solid #d9d9d9;
12
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/uni",
3
- "version": "0.6.3-beta.32",
3
+ "version": "0.6.3-beta.33",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "------ -------------------------------------------": "",