fix: 修复样式问题
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
}
|
||||
.gutter {
|
||||
position: fixed;
|
||||
right: 31px;
|
||||
right: 59px;
|
||||
height: 42px;
|
||||
border-bottom: 1px solid $--right-box-border-color;
|
||||
background-color: white;
|
||||
|
||||
@@ -51,9 +51,8 @@
|
||||
</ul>
|
||||
</el-dropdown>
|
||||
</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
|
||||
class="nz-table2"
|
||||
:id="'tableContainer'+chartIndex"
|
||||
:tableData="storedTableData"
|
||||
:loading="loadingTable"
|
||||
|
||||
Reference in New Issue
Block a user