Merge pull request #1523 from dataease/pr@dev@refactor_panel-edit

fix: 仪表板下拉列表组件选择未靠左排列
This commit is contained in:
王嘉豪 2021-12-27 11:16:48 +08:00 committed by GitHub
commit 723bd91f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,6 +220,7 @@ export default {
position: absolute; position: absolute;
top: 30px; top: 30px;
bottom: 0; bottom: 0;
text-align: left;
} }
} }