Fix style

This commit is contained in:
syuilo 2020-12-12 12:12:01 +09:00
parent 3cf8e1917c
commit 77567cf114
2 changed files with 9 additions and 0 deletions

View file

@ -149,6 +149,7 @@ export default defineComponent({
> .main {
flex: 1;
min-width: 0;
--baseContentWidth: 100%;
::v-deep(._section) {

View file

@ -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;