zhangqiOMG 2 years ago
parent
commit
3f115c8d5f

+ 1 - 0
src/SDrpManagement/ProductGroup/modules/GroupDetail/groupDetail.vue

@@ -181,6 +181,7 @@ export default {
 <style scoped>
 .product-detail{
   height: calc(100vh - 210px);
+  overflow: scroll;
   width: 900px;
 }
 .productName{

+ 1 - 0
src/SDrpManagement/Products/modules/ProductDetails.vue

@@ -105,6 +105,7 @@ export default {
 <style scoped>
 .product-detail{
   height: calc(100vh - 210px);
+  overflow-y: scroll;
   width: 900px;
 }
 .productName{