Merge pull request #11231 from dataease/pr@dev-v2@refactor_custom_sort_dialog

refactor(图表): 自定义排序弹框居中
This commit is contained in:
wisonic-s 2024-07-29 17:29:39 +08:00 committed by GitHub
commit 52efa8abcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4548,7 +4548,7 @@ span {
display: flex;
flex-direction: column;
margin: 0;
position: absolute;
position: absolute !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);