航班详细信息显示优化

This commit is contained in:
zhouyuejun
2019-01-21 14:00:41 +08:00
parent 40892850f3
commit 83f94b84da
+2 -1
View File
@@ -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%;