feat: 调整查看全部按钮样式(status)

This commit is contained in:
ZiuChen 2022-08-15 17:50:50 +08:00
parent 31b178ae5b
commit 2a454983fd
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
v-if="item.data.length >= 500"
@click.stop="handleDataClick(item)"
>
点此查看全部>>
查看全部
</div>
{{ item.data.slice(0, 500).trim() }}
</template>

View File

@ -48,6 +48,7 @@
}
.clip-data-status {
position: absolute;
width: fit-content;
color: @bg-color;
background-color: @text-color;
}