Răsfoiți Sursa

bpmn样式修改

Zn 1 an în urmă
părinte
comite
f3dd661059

+ 1 - 1
ruoyi-ui/src/layout/components/AppMain.vue

@@ -43,7 +43,7 @@ export default {
 .hasTagsView {
   .app-main {
     /* 84 = navbar + tags-view = 50 + 34 */
-    min-height: calc(100vh - 84px);
+    min-height: calc(100vh - 140px);
 
     //+++++++++++
     /* position:fixed; */

+ 2 - 2
ruoyi-ui/src/layout/index.vue

@@ -157,8 +157,8 @@ export default {
 @import "~@/assets/styles/mixin.scss";
 @import "~@/assets/styles/variables.scss";
 .combarr {
-  height: 100vh !important;
-  overflow: scroll;
+  /* height: 100vh !important; */
+  /* overflow: scroll; */
 }
 
 .avatar-wrapper {

+ 8 - 8
ruoyi-ui/src/views/system/bpmnPro/components/theme/index.scss

@@ -17,16 +17,16 @@
 @import "settings";
 @import "contextmenu";
 
-body,
-html {
-  overflow: hidden;
-  margin: 0;
-  padding: 0;
-  box-sizing: border-box;
-}
+// body,
+// html {
+//   overflow: hidden;
+//   margin: 0;
+//   padding: 0;
+//   box-sizing: border-box;
+// }
 #app-bpmn {
   width: 100%;
-  height: calc(100vh - 84px);
+  height: calc(100vh - 145px);
   box-sizing: border-box;
   position: relative;
   margin: 0;