航班详细信息显示优化
This commit is contained in:
@@ -139,8 +139,9 @@
|
|||||||
}
|
}
|
||||||
/deep/ .ant-tabs-content{
|
/deep/ .ant-tabs-content{
|
||||||
height: calc(100% - 65px);
|
height: calc(100% - 65px);
|
||||||
overflow-y: auto;
|
overflow: auto;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
nz-tabset{
|
nz-tabset{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user