feima-shortcuts 0.1.1 → 0.1.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feima-shortcuts",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "快捷指令",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -95,6 +95,7 @@ const request = ({ createTime, ...params }: any) => {
95
95
  <style lang="scss" scoped>
96
96
  .${className} {
97
97
  height: 100%;
98
+ overflow-y: auto;
98
99
 
99
100
  :deep(.el-card__body) {
100
101
  --el-card-padding: 0;
@@ -180,7 +180,7 @@ const onSubmit = async () => {
180
180
  .${className} {
181
181
  height: calc(100% - var(--page-footer-height));
182
182
  padding-bottom: var(--page-footer-height);
183
- overflow-y: scroll;
183
+ overflow-y: auto;
184
184
  --form-item-content: 250px;
185
185
 
186
186
  :deep(.el-form-item__content) {
@@ -66,6 +66,7 @@ const tabActive = ref("use");
66
66
 
67
67
  .el-tab-pane {
68
68
  height: 100%;
69
+ overflow-y: auto;
69
70
  }
70
71
  }
71
72
  }