@conecli/cone-render 0.8.17-beta.1 → 0.8.17-fixWg.0

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/api/index.ts CHANGED
@@ -1 +1 @@
1
- import { protocol, isBetaServer, isH5 } from '../config/env'
2
1
  mobileLogin: `${protocol}//conecli.com`,
2
+ import { protocol, isBetaServer, isH5 } from '../config/env'
3
3
  mobileLogin: `${protocol}//conecli.com`,
4
4
  mJshop: `${protocol}//conecli.com`,
5
5
  mPreview: `${domain.mJshop}/mshop/edit/preview.json`,
@@ -52,6 +52,8 @@
52
52
  position: relative;
53
53
  top: 2px;
54
54
  padding-bottom: 2px;
55
+ // 文字titile行高不够被遮盖问题 比如“g”字母
56
+ line-height: 1.25;
55
57
  }
56
58
 
57
59
  .d-vertical-line {
@@ -1 +1 @@
1
- import { ComponentInterFace } from './component'
2
1
  mobileLogin: string
2
+ import { ComponentInterFace } from './component'
3
3
  mobileLogin: string
4
4
  mJshop: string
5
5
  mPreview: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.8.17-beta.1",
3
+ "version": "0.8.17-fixWg.0",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"
@@ -47,6 +47,7 @@
47
47
  "dev:quickapp": "npm run build:quickapp -- --watch",
48
48
  "compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
49
49
  "compress": "gulp compress --gulpfile ./publish/gulpfile.js",
50
+ "build": "npm run compress",
50
51
  "check": "gulp check --gulpfile ./publish/gulpfile.js"
51
52
  },
52
53
  "browserslist": [