|
@@ -248,11 +248,13 @@ onBeforeUnmount(() => {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
.header .go-back {
|
|
.header .go-back {
|
|
- max-width: 40%;
|
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|
|
+.time {
|
|
|
|
+ flex-shrink: 0; /* 让宽度不会被压缩 */
|
|
|
|
+}
|
|
.canvas-main {
|
|
.canvas-main {
|
|
margin: 0 8px;
|
|
margin: 0 8px;
|
|
height: calc(100% - 80px);
|
|
height: calc(100% - 80px);
|