动态改样式 云端小扬 2024-02-21 94 阅读1分钟 :style="{ width: '100%', overflow: 'auto', height: tables ? 'calc(100vh - 330px)' : 'calc(100vh - 280px)' }" //tables判断条件 // 评论区域样式 .comment-wrap { height: 260px; transition: all 0.5s; &.active { height: 35px; overflow: hidden; } .title-wrap { display: flex; justify-content: space-between; align-items: center; font-family: Medium; padding: 6px 0; border-bottom: 1px solid #E6EBF0; } }
// 评论区域样式.comment-wrap { height: 260px; transition: all 0.5s;
&.active { height: 35px; overflow: hidden; } .title-wrap { display: flex; justify-content: space-between; align-items: center; font-family: Medium; padding: 6px 0; border-bottom: 1px solid #E6EBF0; }}