25 lines
326 B
Plaintext
25 lines
326 B
Plaintext
|
|
.unifiedTable {
|
||
|
|
.ellipsis {
|
||
|
|
display: inline-block;
|
||
|
|
width: 100%;
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.linkWapper {
|
||
|
|
a {
|
||
|
|
color: #4d7ad8;
|
||
|
|
margin-right: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
i {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover {
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|