修改禅道已知bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user