|
@@ -259,9 +259,12 @@ onMounted(() => {
|
|
|
font-size: $f20;
|
|
|
color: $font-default-60;
|
|
|
line-height: 30px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
}
|
|
|
|
|
|
.leftMsg {
|
|
|
+ width: calc(100% - 100px);
|
|
|
+
|
|
|
.nameMsg {
|
|
|
font-size: $f24;
|
|
|
font-weight: $Medium;
|
|
@@ -269,6 +272,13 @@ onMounted(() => {
|
|
|
}
|
|
|
|
|
|
.rightMsg {
|
|
|
+ width: 80px;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px 0;
|
|
|
+ padding-top: 30px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
.sum {
|
|
|
font-size: $f38;
|
|
|
font-weight: bold;
|