feat: update style

This commit is contained in:
Fine 2023-08-30 17:22:26 +08:00
parent 30f67290ae
commit e8cfe3b96b

View File

@ -302,4 +302,12 @@ limitations under the License. -->
.nav-tabs {
padding: 10px;
}
.name {
display: inline-block;
max-width: 250px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
</style>