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

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.
@@ -1 +1,12 @@
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.31",
3
+ "version": "0.6.3-beta.32",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "------ -------------------------------------------": "",