diff --git a/README.MD b/README.MD index 5b6f0e6..9184a6a 100644 --- a/README.MD +++ b/README.MD @@ -80,6 +80,11 @@ QQ交流群:786743759 - [公众号模板消息](oa/README.MD) - [短信消息模板](sms/README.MD) - [小区硬件接入](iot/README.MD) + +#### 智能硬件 + +推荐使用[凯帕斯(K-pass)](http://www.k-pass.cn/),我司硬件合作伙伴,产品种类多、质量硬 + ## 演示 ### web中台 diff --git a/employee-mp/src/components/rich-text/index.wxss b/employee-mp/src/components/rich-text/index.wxss index a45f330..71dca8c 100644 --- a/employee-mp/src/components/rich-text/index.wxss +++ b/employee-mp/src/components/rich-text/index.wxss @@ -53,3 +53,7 @@ margin: 10px 0 10px 20px; padding: 0; } + +.cw-rich-text .img { + max-width: 100%; +} diff --git a/employee-mp/src/config.js b/employee-mp/src/config.js index a42b4b1..d99df1c 100644 --- a/employee-mp/src/config.js +++ b/employee-mp/src/config.js @@ -24,4 +24,4 @@ export const WECHAT_VERSION = '7.0.0'; export const SDK_VERSION = '2.16.0'; -export const VERSION = '1.1.7'; +export const VERSION = '1.1.8'; diff --git a/ower-mp/src/components/rich-text/index.wxss b/ower-mp/src/components/rich-text/index.wxss index a45f330..71dca8c 100644 --- a/ower-mp/src/components/rich-text/index.wxss +++ b/ower-mp/src/components/rich-text/index.wxss @@ -53,3 +53,7 @@ margin: 10px 0 10px 20px; padding: 0; } + +.cw-rich-text .img { + max-width: 100%; +} diff --git a/ower-mp/src/config.js b/ower-mp/src/config.js index bd4380d..fb5ad0a 100644 --- a/ower-mp/src/config.js +++ b/ower-mp/src/config.js @@ -24,4 +24,4 @@ export const WECHAT_VERSION = '7.0.0'; export const SDK_VERSION = '2.16.0'; -export const VERSION = '1.1.8'; +export const VERSION = '1.1.9';