fix:修改问题
1 图表预览下的时间选择器显示位置不对
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user