Merge pull request #2768 from dataease/pr@dev@style_select_grid

style(仪表板-下拉列表): 预览模式没有纵向滚动条
This commit is contained in:
fit2cloud-chenyw 2022-08-02 21:29:54 +08:00 committed by GitHub
commit 850543f5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ export default {
<style lang="scss" scoped>
.my-container {
position: relative;
overflow: auto;
overflow: auto !important;
top: 0px;
right: 0px;
bottom: 0px;