NEZ-2045 fix : project topology 侧滑页面样式错误

This commit is contained in:
likexuan
2022-07-19 16:09:44 +08:00
parent d82dadf5c0
commit 985687ad49
2 changed files with 25 additions and 1 deletions

View File

@@ -139,3 +139,27 @@
.el-collapse-item__header {
border-bottom: 1px solid $--border-color-light;
}
.main-list--project.main-list{
.project.projectTopo{
.project-box.list-page{
.mc{
.right-box{
td{
.cell{
padding-right: 11px !important;
}
}
.cell{
padding: 0 10px !important;
.el-checkbox__inner{
box-sizing: border-box;
width: 15px;
height: 15px;
}
}
}
}
}
}
}

View File

@@ -1,5 +1,5 @@
<template>
<div :class="calcHeight(that.position,that)" :style="calcPosition(that.position,that)" class="alert-label__border" ref="alertLabels"
<div style="padding:15px" :class="calcHeight(that.position,that)" :style="calcPosition(that.position,that)" class="alert-label__border" ref="alertLabels"
@mouseenter="tooltipHover(true)"
@mouseleave="tooltipHover(false)">
<slot name="default"/>