修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-11 20:02:29 +08:00
parent 588281e483
commit 294cfe71e6
33 changed files with 53 additions and 13 deletions
@@ -248,6 +248,7 @@
position: absolute;
bottom: 0;
width: 100%;
z-index:100;
border-top: 1px solid #e8e8e8;
padding: 10px 16px;
text-align: right;
@@ -793,6 +793,7 @@
position: absolute;
bottom: 0;
width: 100%;
z-index:100;
border-top: 1px solid #e8e8e8;
padding: 10px 16px;
text-align: right;
@@ -6,7 +6,7 @@
<a-icon @click="iconClick" type="arrow-left" style="margin-right: 6px;font-size: 26px;"/>
</span>
<span>
{{this.title}}
{{isTrue ? $t('maintainVirtualList'):$t('virtualListDetails')}}
</span>
</div>
<div class="Virtual-detail-right">
@@ -514,6 +514,7 @@
.drawer-bootom-button {
position: absolute;
bottom: 0;
z-index:100;
width: 100%;
border-top: 1px solid #e8e8e8;
padding: 10px 16px;