NEZ-2045 fix : project topology 侧滑页面样式错误
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user