forked from FoundKeyGang/FoundKey
Fix style
This commit is contained in:
parent
3cf8e1917c
commit
77567cf114
2 changed files with 9 additions and 0 deletions
|
@ -149,6 +149,7 @@ export default defineComponent({
|
|||
|
||||
> .main {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
--baseContentWidth: 100%;
|
||||
|
||||
::v-deep(._section) {
|
||||
|
|
|
@ -140,6 +140,14 @@ export default defineComponent({
|
|||
}
|
||||
}
|
||||
|
||||
> .ip {
|
||||
//flex: 1;
|
||||
min-width: 0;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
> .time {
|
||||
margin-left: auto;
|
||||
opacity: 0.7;
|
||||
|
|
Loading…
Reference in a new issue