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

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.603",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -32,6 +32,7 @@
32
32
  :parent-target="_self"
33
33
  @reload="$reloadHandle"
34
34
  @openDesignDialog="openDesingerDialogByChild"
35
+ @reverCallback="reverCallback"
35
36
  ></component>
36
37
  </el-main>
37
38
  </el-container>
@@ -50,6 +51,7 @@
50
51
  @openDesignDialog="openDesingerDialogByChild"
51
52
  :isCompare="true"
52
53
  :compareHData="compareHData1"
54
+ @reverCallback="reverCallback"
53
55
  ></component>
54
56
  </el-main>
55
57
  </el-container>
@@ -119,6 +119,7 @@
119
119
  :curRow="curRow"
120
120
  v-if="showCompareDialog"
121
121
  :visiable.sync="showCompareDialog"
122
+ @reverCallback="reverCallback"
122
123
  ></compareDialog>
123
124
  </div>
124
125
  </template>
@@ -390,36 +391,9 @@ export default {
390
391
  </script>
391
392
  <style scoped lang="scss">
392
393
  .grid-height {
393
- height: calc(100vh - 162px) !important;
394
+ height: calc(100vh - 110px) !important;
394
395
  }
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
- }
396
+ ::v-deep .detail-wrap .d-cont {
397
+ height: calc(100vh - 148px) !important;
424
398
  }
425
399
  </style>