cloud-web-corejs 1.0.54-dev.525 → 1.0.54-dev.526

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.525",
4
+ "version": "1.0.54-dev.526",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -22,7 +22,7 @@
22
22
  :dataTableOption="dataTableOption"
23
23
  v-bind="formConfig"
24
24
  :param="dialogParam"
25
- class="data-table_height"
25
+ class="data-table_height labMargin"
26
26
  />
27
27
  </div>
28
28
  <label id="labBtn" class="transverse">
@@ -463,7 +463,7 @@ export default {
463
463
  };
464
464
  </script>
465
465
 
466
- <style scoped>
466
+ <style scoped lang="scss">
467
467
  ::v-deep .H5 .h5-fixed-bottom-btns {
468
468
  bottom: 95px;
469
469
  }
@@ -518,6 +518,7 @@ export default {
518
518
  }
519
519
  }
520
520
  }
521
+ ::v-deep .labMargin .tree-container{ display: flex;}
521
522
  /* ::v-deep .tree-container #labBtn {
522
523
  background-color: #f4f6fa;
523
524
  position: relative;