Skip to content

Commit d810e5a

Browse files
committed
refactor(图表): 自定义排序弹框居中
1 parent e280ed8 commit d810e5a

File tree

1 file changed

+1
-1
lines changed
  • core/core-frontend/src/views/chart/components/editor

1 file changed

+1
-1
lines changed

core/core-frontend/src/views/chart/components/editor/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4548,7 +4548,7 @@ span {
45484548
display: flex;
45494549
flex-direction: column;
45504550
margin: 0;
4551-
position: absolute;
4551+
position: absolute !important;
45524552
top: 50%;
45534553
left: 50%;
45544554
transform: translate(-50%, -50%);

0 commit comments

Comments
 (0)