fix:修改问题
1 图表预览下的时间选择器显示位置不对
This commit is contained in:
@@ -13,9 +13,10 @@
|
||||
}
|
||||
.chart-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.chart-title-text{
|
||||
max-width:calc(100% - 175px);
|
||||
max-width:calc(100% - 20px);
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user