Fix style
This commit is contained in:
parent
3cf8e1917c
commit
77567cf114
|
@ -149,6 +149,7 @@ export default defineComponent({
|
||||||
|
|
||||||
> .main {
|
> .main {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
--baseContentWidth: 100%;
|
--baseContentWidth: 100%;
|
||||||
|
|
||||||
::v-deep(._section) {
|
::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 {
|
> .time {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
|
Loading…
Reference in New Issue