This commit is contained in:
unknown 2023-11-09 08:50:52 +08:00
parent e04c5a6440
commit 51f7799d3b
1 changed files with 2 additions and 1 deletions

View File

@ -127,6 +127,7 @@
<div class="floating-div" >
<div class="box-card" style="width: 80px;height: 30px;border-radius: 10px 10px 0 0;display: flex; justify-content: center; align-items: center; cursor: pointer">关闭</div>
<el-card class="box-card" shadow="hover">
<div slot="header" class="clearfix">
<span>留言信息版</span>
@ -824,7 +825,7 @@ export default {
background: rgba(240, 240, 240, 0.52);
border-radius: 10px;
border-radius: 0 10px 10px 10px;
backdrop-filter: saturate(50%) blur(8px);
}
.clearfix:before,