commit
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = {
|
||||
.table-column {
|
||||
display: flex;
|
||||
padding: 6px 0;
|
||||
align-items: center;
|
||||
/*align-items: center;*/
|
||||
}
|
||||
|
||||
.label {
|
||||
@@ -55,8 +55,8 @@ module.exports = {
|
||||
color: #555;
|
||||
font-size: 14px;
|
||||
flex-grow: 1; /* 动态占据剩余部分 */
|
||||
white-space: nowrap; /* 防止换行 */
|
||||
overflow: hidden; /* 隐藏溢出的部分 */
|
||||
text-overflow: ellipsis; /* 省略号 */
|
||||
/*white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;*/
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user