fix: 修复样式问题

This commit is contained in:
@changcode
2021-08-11 14:01:28 +08:00
parent 5d65407242
commit 76fd7eef55
2 changed files with 2 additions and 3 deletions

View File

@@ -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;

View File

@@ -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"