bugfix: restore设置versionId
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="message-context loading" v-show="content.loading">
|
||||
<!-- <img src="@/assets/images/generate-loading.gif" alt="loading" class="loading-gif" /> -->
|
||||
<video
|
||||
src="@/assets/images/generate-loading.mp4"
|
||||
autoplay
|
||||
@@ -195,9 +194,7 @@
|
||||
font-size: 1.4rem;
|
||||
.message-wrapper {
|
||||
column-gap: 0.9rem;
|
||||
// align-items: flex-start;
|
||||
&.is-user {
|
||||
// text-align: right;
|
||||
flex-direction: row-reverse;
|
||||
column-gap: 1.3rem;
|
||||
}
|
||||
@@ -228,9 +225,6 @@
|
||||
.operate {
|
||||
margin-top: 1.3rem;
|
||||
column-gap: 1.2rem;
|
||||
// &.is-user {
|
||||
// justify-content: flex-end;
|
||||
// }
|
||||
}
|
||||
}
|
||||
.img-list {
|
||||
@@ -246,7 +240,6 @@
|
||||
}
|
||||
|
||||
.loading-gif {
|
||||
// width: 18.7rem;
|
||||
height: 10rem;
|
||||
position: relative;
|
||||
margin-left: -2.4rem;
|
||||
|
||||
Reference in New Issue
Block a user