From 8391ade69b915cde61f205ec7be4d3bc10405b7c Mon Sep 17 00:00:00 2001 From: xuecong <> Date: Tue, 9 Nov 2021 17:29:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E5=B1=95=E7=A4=BA=20&=20update=20re?= =?UTF-8?q?adme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 5 +++++ employee-mp/src/components/rich-text/index.wxss | 4 ++++ employee-mp/src/config.js | 2 +- ower-mp/src/components/rich-text/index.wxss | 4 ++++ ower-mp/src/config.js | 2 +- 5 files changed, 15 insertions(+), 2 deletions(-) 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';