fix: 修改legend元素布局排列

This commit is contained in:
zyh
2024-05-21 17:50:35 +08:00
parent 1f0fb83b62
commit 5bad655c1d

View File

@@ -1136,6 +1136,7 @@
.legend-wrap{
padding: 5px 10px 5px 10px;
box-sizing: border-box;
justify-content: space-between;
.legend-resize{
flex-shrink: 0;
background-color: $--border-color-light;