no message

This commit is contained in:
A1300399510
2024-09-25 18:12:53 +08:00
parent 478377af48
commit abdd1780c9
29 changed files with 288 additions and 284 deletions

View File

@@ -124,7 +124,7 @@
<div class="details-list">
<div class="details-list-item flexacenter">
<div class="details-value describe" :class="{ 'unlock-unlock': !isdisplay }" v-if="info['message']">
<div v-html="info['message']"></div>
<div class="text" v-html="info['message']"></div>
<div class="unlock-mask flexflex" style="width: 693px;">
<div class="unlock-text-box flexcenter" @click="cutRespondState(true)">
<div class="unlock-text">作者设置了浏览限制</div>
@@ -2064,7 +2064,7 @@ const rollRiposte = () => {
line-height: 30px;
position: relative;
width: 693px;
overflow: hidden;
// overflow: hidden;
.unlock-mask {
display: none;
@@ -2073,6 +2073,10 @@ const rollRiposte = () => {
&.unlock-unlock {
// overflow: hidden;
height: 180px;
.text {
height: 180px;
overflow: hidden;
}
.unlock-mask {
position: absolute;