@@ -619,6 +619,7 @@ watch(
display: flex;
flex-direction: column;
position: relative;
+ z-index: 0;
height: 100%;
overflow: hidden;
}
@@ -460,6 +460,7 @@ const lookSubProcess = item => {
@@ -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 {
+}
.custom-tree-node {
flex: 1;