Browse Source

修改bug

chenrui 1 year ago
parent
commit
8f52eed08d

+ 7 - 2
src/views/promotionRulesManagement/dealerPromotions/specialOfferModal.vue

@@ -829,7 +829,12 @@ export default {
   }
   }
 }
 }
 </script>
 </script>
-
+<style>
+  .ant-modal-confirm-body{
+    max-height: 500px;
+    overflow-y:scroll;
+  }
+</style>
 <style lang="less" scoped>
 <style lang="less" scoped>
   .promotionList-basicInfo-modal{
   .promotionList-basicInfo-modal{
     /deep/.ant-modal-body {
     /deep/.ant-modal-body {
@@ -857,7 +862,7 @@ export default {
       justify-content:space-between;
       justify-content:space-between;
     }
     }
   }
   }
- /deep/.ve-table{
+  /deep/.ve-table{
     border-radius:5px;
     border-radius:5px;
   }
   }