给整个页面右侧添加一个滚动条
overflow-y: auto;
height: 672px;<div class="dashboard-editor-container">
</div> </template> <style rel="stylesheet/scss" lang="scss" scoped> .dashboard-editor-container { padding: 15px; background-color: rgb(240, 242, 245); overflow-y: auto; height: 672px; .chart-wrapper { background: #fff; padding: 16px 16px 0; margin-bottom: 32px; } } </style>
还没有评论,来说两句吧...