@ibiz-template/mob-theme 3.1.0 → 3.1.1

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.
@@ -251,7 +251,7 @@ var DEMobWFDynaEditView = {
251
251
  "itemStyle": "DEFAULT",
252
252
  "itemType": "CONTAINER",
253
253
  "layoutPos": {
254
- "shrink": 1,
254
+ "shrink": 0,
255
255
  "layout": "FLEX",
256
256
  "spacingBottom": "INNERMEDIUM",
257
257
  "spacingLeft": "INNERMEDIUM",
@@ -255,7 +255,7 @@ var DEMobWFDynaEditView = {
255
255
  "itemStyle": "DEFAULT",
256
256
  "itemType": "CONTAINER",
257
257
  "layoutPos": {
258
- "shrink": 1,
258
+ "shrink": 0,
259
259
  "layout": "FLEX",
260
260
  "spacingBottom": "INNERMEDIUM",
261
261
  "spacingLeft": "INNERMEDIUM",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/mob-theme",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "移动端主题样式库",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",
@@ -20,7 +20,7 @@
20
20
  "scripts": {
21
21
  "dev": "ibiz-temp build -w",
22
22
  "build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
23
- "pub": "ibizlab pub -m /root/workspace/template/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app MobFrontModel --clean",
23
+ "pub": "ibizlab pub -m /home/zpc/workspace/template/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app MobFrontModel --clean",
24
24
  "publish:next": "npm run build && npm publish --access public --tag=next",
25
25
  "publish:dev": "npm run build && npm publish --access public --tag=dev",
26
26
  "publish:beta": "npm run build && npm publish --access public --tag=beta",