Browse Source

feat: flow form

lanceJiang 10 months ago
parent
commit
351d6daa81

+ 1 - 0
src/views/approve/components/approvedContent.vue

@@ -619,6 +619,7 @@ watch(
 		display: flex;
 		flex-direction: column;
 		position: relative;
+		z-index: 0;
 		height: 100%;
 		overflow: hidden;
 	}

+ 1 - 0
src/views/approve/detail/index.vue

@@ -460,6 +460,7 @@ const lookSubProcess = item => {
 		display: flex;
 		flex-direction: column;
 		position: relative;
+		z-index: 0;
 		height: 100%;
 		overflow: hidden;
 	}

+ 25 - 0
src/views/flow/form/index.vue

@@ -548,6 +548,31 @@ watch(
 )
 </script>
 <style scoped lang="scss">
+@media (max-width: 750px) {
+	.pageWrap {
+		flex-direction: column;
+		overflow-y: auto;
+		:deep(.aside-wrap) {
+			margin-bottom: 10px;
+			margin-right: 0;
+			//height: 50%;
+			.menu-card {
+				.el-card__body {
+					width: 100%;
+				}
+			}
+			.trigger-bar {
+				display: none;
+			}
+		}
+		/*.menu-card {
+
+		}*/
+		.content-warp {
+			width: 100%;
+		}
+	}
+}
 .custom-tree-node {
 	display: flex;
 	flex: 1;