diff --git a/src/views/screenAdaptation/pages/adminCenter/workBench/myApplication.vue b/src/views/screenAdaptation/pages/adminCenter/workBench/myApplication.vue
index a553c57..1f2cee9 100644
--- a/src/views/screenAdaptation/pages/adminCenter/workBench/myApplication.vue
+++ b/src/views/screenAdaptation/pages/adminCenter/workBench/myApplication.vue
@@ -3,7 +3,7 @@
@@ -166,10 +166,10 @@
}
.content-style{
width: 100%;
- height: 180px;
- overflow: hidden;
display: flex;
justify-content: flex-start;
+ overflow-y: auto;
+
.app-div-style{
width: 100%;
display: flex;
@@ -201,6 +201,11 @@
}
}
}
+ scrollbar-width: none; /* Firefox */
+ -ms-overflow-style: none; /* IE 10+ */
+ ::-webkit-scrollbar {
+ display: none; /* Chrome Safari */
+ }
.next-icon-style{
display: none;
position: absolute;