@kengic/uni 0.3.6-beta.4 → 0.3.6
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.
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
|
|
35
35
|
<style lang="scss" scoped>
|
|
36
36
|
.kg-nav-bar {
|
|
37
|
-
margin: -8px -8px 0 -8px !important;
|
|
38
37
|
position: sticky;
|
|
39
38
|
top: 0px;
|
|
40
39
|
z-index: 100;
|
|
@@ -49,6 +48,12 @@
|
|
|
49
48
|
}
|
|
50
49
|
|
|
51
50
|
:deep(.uni-navbar__header-btns) .uni-icons.uniui-left {
|
|
51
|
+
/* #ifdef H5 */
|
|
52
52
|
padding-left: 10px !important;
|
|
53
|
+
/* #endif */
|
|
54
|
+
|
|
55
|
+
/* #ifdef APP-PLUS */
|
|
56
|
+
padding-left: 6px !important;
|
|
57
|
+
/* #endif */
|
|
53
58
|
}
|
|
54
59
|
</style>
|
package/dist/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/uni",
|
|
3
|
-
"version": "0.3.6
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "rimraf dist && vue-tsc && vite build",
|
|
6
|
-
"build:dev": "rimraf dist && vue-tsc && vite build --mode development",
|
|
7
6
|
"publish:all:beta": "npm run bump-version:beta && npm run publish:all",
|
|
8
7
|
"publish:all:patch": "npm run bump-version:patch && npm run publish:all",
|
|
9
8
|
"publish:all:minor": "npm run bump-version:minor && npm run publish:all",
|
|
@@ -12,9 +11,9 @@
|
|
|
12
11
|
"gen:apis:WMS": "kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
|
13
12
|
"- ----------------------------": "",
|
|
14
13
|
"bump-to:luotao.wms-pda--dev-1.0": "npm run switch-node-version && node scripts/bump-to.luotao.wms-pda--dev-1.0.mjs --experimental-default-type=module",
|
|
15
|
-
"copy-to:luotao.wms-pda--dev-1.0": "npm run build
|
|
14
|
+
"copy-to:luotao.wms-pda--dev-1.0": "npm run build && node scripts/copy-to.luotao.wms-pda--dev-1.0.mjs --experimental-default-type=module",
|
|
16
15
|
"bump-to:luotao.wms-pda--focus": "npm run switch-node-version && node scripts/bump-to.luotao.wms-pda--focus.mjs --experimental-default-type=module",
|
|
17
|
-
"copy-to:luotao.wms-pda--focus": "npm run build
|
|
16
|
+
"copy-to:luotao.wms-pda--focus": "npm run build && node scripts/copy-to.luotao.wms-pda--focus.mjs --experimental-default-type=module",
|
|
18
17
|
"-- ---------------------------": "",
|
|
19
18
|
"cnpm:sync": "cnpm sync @kengic/uni",
|
|
20
19
|
"switch-node-version": "node scripts/switch-node-version.mjs --experimental-default-type=module",
|
|
@@ -27,6 +26,7 @@
|
|
|
27
26
|
},
|
|
28
27
|
"dependencies": {
|
|
29
28
|
"@ant-design/icons-vue": "~6.1.0",
|
|
29
|
+
"@dcloudio/uni-app": "3.0.0-alpha-3080220230428001",
|
|
30
30
|
"@iconify-icons/ant-design": "~1.2.5",
|
|
31
31
|
"@iconify/vue": "~4.1.1",
|
|
32
32
|
"@vueuse/core": "~8.9.4",
|