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