fix: 修复样式问题
This commit is contained in:
@@ -226,7 +226,7 @@
|
|||||||
}
|
}
|
||||||
.gutter {
|
.gutter {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 31px;
|
right: 59px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
border-bottom: 1px solid $--right-box-border-color;
|
border-bottom: 1px solid $--right-box-border-color;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|||||||
@@ -51,9 +51,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</el-dropdown>
|
</el-dropdown>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-10 table-container" v-cloak v-show="firstShow || isPreview" :style="isPreview?'height:100%':''">
|
<div class="mt-10 table-container nz-table2" v-cloak v-show="firstShow || isPreview" :style="isPreview?'height:100%':''">
|
||||||
<alertMessageTable
|
<alertMessageTable
|
||||||
class="nz-table2"
|
|
||||||
:id="'tableContainer'+chartIndex"
|
:id="'tableContainer'+chartIndex"
|
||||||
:tableData="storedTableData"
|
:tableData="storedTableData"
|
||||||
:loading="loadingTable"
|
:loading="loadingTable"
|
||||||
|
|||||||
Reference in New Issue
Block a user