mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
-- fix bug
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user