Merge branch 'dev-3.3' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.4
This commit is contained in:
@@ -340,12 +340,12 @@
|
|||||||
}
|
}
|
||||||
/* start--覆盖el-table边框、gutter等样式 */
|
/* start--覆盖el-table边框、gutter等样式 */
|
||||||
.el-table__body-wrapper {
|
.el-table__body-wrapper {
|
||||||
overflow: auto;
|
//overflow: auto;
|
||||||
background-color: $--table-body-background-color;
|
background-color: $--table-body-background-color;
|
||||||
height: calc(100% - 42px) !important;
|
//height: calc(100% - 42px) !important;
|
||||||
}
|
}
|
||||||
.el-table__fixed-body-wrapper {
|
.el-table__fixed-body-wrapper {
|
||||||
top: 42px !important;
|
//top: 42px !important;
|
||||||
}
|
}
|
||||||
.el-table__body-wrapper, .el-table__fixed-body-wrapper {
|
.el-table__body-wrapper, .el-table__fixed-body-wrapper {
|
||||||
box-shadow: 1px 0 $--border-color-light;
|
box-shadow: 1px 0 $--border-color-light;
|
||||||
|
|||||||
@@ -142,7 +142,6 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
:resizable="false"
|
|
||||||
v-if="showOption"
|
v-if="showOption"
|
||||||
:width="operationWidth"
|
:width="operationWidth"
|
||||||
fixed="right">
|
fixed="right">
|
||||||
|
|||||||
Reference in New Issue
Block a user