-- fix bug

This commit is contained in:
yuping
2023-02-25 01:25:01 +08:00
parent fc19c0132e
commit d34189fd7e
2 changed files with 11 additions and 12 deletions

View File

@@ -154,8 +154,7 @@
<div class="lin"></div>
</div>
</div>
<div class="boom"
:style="{ minHeight: routerInfo?.chapterList[activeIndex]?.draftTaskList?.length > 6 ? ((routerInfo?.chapterList[activeIndex]?.draftTaskList?.length - 6) * 106 + 512) + 'px' : 512 + 'px' }">
<div class="boom">
<div class="boomcen">
<div class="title">
<div class="tit_left">
@@ -1292,7 +1291,9 @@ const cancelStorage = async () => {
display: flex;
align-items: center;
flex-wrap: wrap;
position: sticky;
top:0;
z-index: 999;
.item {
height: 115px;
// width: 7.7%;