cloud-web-corejs 1.0.54-dev.601 → 1.0.54-dev.602

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.601",
4
+ "version": "1.0.54-dev.602",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -390,36 +390,9 @@ export default {
390
390
  </script>
391
391
  <style scoped lang="scss">
392
392
  .grid-height {
393
- height: calc(100vh - 162px) !important;
393
+ height: calc(100vh - 110px) !important;
394
394
  }
395
- ::v-deep .tab-boxOnly > .el-tabs__header {
396
- position: absolute;
397
- right: 130px;
398
- top: 0;
399
- }
400
-
401
- ::v-deep .tab-boxOnly > .el-tabs__content .el-tab-pane .el-tab-pane {
402
- .detail-wrap .d-cont {
403
- height: calc(100vh - 158px) !important;
404
- }
405
-
406
- .grid-height {
407
- height: calc(100vh - 126px) !important;
408
- }
409
- }
410
-
411
- ::v-deep
412
- .designer-drawer.is-fullscreen
413
- .tab-boxOnly
414
- > .el-tabs__content
415
- .el-tab-pane
416
- .el-tab-pane {
417
- .detail-wrap .d-cont {
418
- height: calc(100vh - 116px) !important;
419
- }
420
-
421
- .grid-height {
422
- height: calc(100vh - 84px) !important;
423
- }
395
+ ::v-deep .detail-wrap .d-cont {
396
+ height: calc(100vh - 148px) !important;
424
397
  }
425
398
  </style>