update 允许打开窗口副标题

This commit is contained in:
2021-05-21 14:51:44 +08:00
parent ca90ed7d44
commit e4696f678e
7 changed files with 154 additions and 98 deletions

View File

@@ -194,6 +194,20 @@
}
}
}
.yo-layout-tab-subtitle {
line-height: 1;
display: inline-block;
overflow: hidden;
max-width: 150px;
transform: translateY(1px);
white-space: nowrap;
text-overflow: ellipsis;
opacity: .75;
}
+.ant-tabs-tab {
margin-left: 0;
}