ap-dev 1.2.2 → 1.2.4

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.
@@ -299,6 +299,10 @@ export default {
299
299
  flex: 1;
300
300
  overflow: scroll;
301
301
  }
302
+
303
+ .api-tabs /deep/ .el-tabs__item{
304
+ padding: 0 15px 0 15px;
305
+ }
302
306
  .api-doc {
303
307
  padding: 0px 20px;
304
308
  }
@@ -55,7 +55,7 @@
55
55
 
56
56
  <script>
57
57
 
58
- import ApRichEditor from '@/components/ApRichEditor'
58
+ import ApRichEditor from 'ap-plugin/ApRichEditor'
59
59
 
60
60
 
61
61
  export default {
package/dev/dev/index.vue CHANGED
@@ -82,9 +82,4 @@ export default {
82
82
  .dev-main {
83
83
  overflow: auto;
84
84
  }
85
- </style>
86
- <style>
87
- .sap-dev-api .el-tabs__item{
88
- padding: 0 15px 0 5px;
89
- }
90
85
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ap-dev",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "===== ap-dev =====",
5
5
  "author": "xiexinbin",
6
6
  "email": "876818817@qq.com",