fix:修改问题

1 图表预览下的时间选择器显示位置不对
This commit is contained in:
hyx
2020-05-09 11:33:35 +08:00
parent f82ca276ec
commit 72603f4005

View File

@@ -13,9 +13,10 @@
} }
.chart-title { .chart-title {
display: flex; display: flex;
justify-content: space-between;
} }
.chart-title-text{ .chart-title-text{
max-width:calc(100% - 175px); max-width:calc(100% - 20px);
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;