diff --git a/readme.md b/readme.md
index 9198c42..061e37a 100644
--- a/readme.md
+++ b/readme.md
@@ -15,7 +15,7 @@
### ✨ [Demo](http://io.nainor.com/h5_plus/editor?tid=123456)
-
+
## Author
@@ -49,9 +49,9 @@ Give a ⭐️ if this project helped you!
### 预览功能
预览功能这块比较简单, 我们只需要将用户生成的json数据丢进H5渲染器中即可, 这里我们需要做一个渲染页面单独用来预览组件. 先来看看几个预览效果:
-
+
-
+
前面的渲染器原理已经介绍了, 这里就不一一介绍了,感兴趣的可以交流讨论.
@@ -139,6 +139,7 @@ yarn run start
## 赞助
开源不易, 有了您的赞助, 我们会做的更好~
+
## 技术反馈和交流
diff --git a/src/assets/chart copy.png b/src/assets/chart copy.png
deleted file mode 100644
index 59f1858..0000000
Binary files a/src/assets/chart copy.png and /dev/null differ
diff --git a/src/components/Calibration/index.less b/src/components/Calibration/index.less
index ddec806..6bb9523 100644
--- a/src/components/Calibration/index.less
+++ b/src/components/Calibration/index.less
@@ -5,6 +5,7 @@
white-space: nowrap;
pointer-events: none;
:global(.calibrationNumber) {
- font-size: 14px;
+ font-size: 12px;
+ color: #888;
}
}
diff --git a/src/pages/editor/index.less b/src/pages/editor/index.less
index bab35e3..cdb9a51 100644
--- a/src/pages/editor/index.less
+++ b/src/pages/editor/index.less
@@ -215,7 +215,7 @@
}
.attrSetting {
width: 400px;
- padding: 20px 0 20px 20px;
+ padding: 20px 0 60px 20px;
background: #fff;
height: 100%;
box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.1);