cloud-web-corejs 1.0.54-dev.445 → 1.0.54-dev.446

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.
@@ -7,7 +7,7 @@
7
7
  v-if="showWfDialog2"
8
8
  :visible.sync="showWfDialog2"
9
9
  :modal="false"
10
- custom-class="dialog-style designer-dialog indexUse"
10
+ custom-class="el-dialog dialog-style designer-dialog indexUse"
11
11
  width="100%"
12
12
  height="100%"
13
13
  top="0px"
@@ -107,8 +107,4 @@ export default {
107
107
  };
108
108
  </script>
109
109
 
110
- <style scoped>
111
- .designer-dialog.indexUse #containt .detail-wrap .d-cont {
112
- height: calc(100vh - 82px);
113
- }
114
- </style>
110
+ <style scoped></style>