leisure-core 0.2.6 → 0.2.7

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.
@@ -134,6 +134,8 @@ export default {
134
134
  </script>
135
135
  <style lang="scss" scoped>
136
136
  .le-rich-text {
137
+ overflow-y: auto !important;
138
+ height: 100%;
137
139
  .header {
138
140
  display: flex;
139
141
  display: -webkit-flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",