CN-627 Dashboard - network overview - 表格组件开发:定制tab功能开发

This commit is contained in:
hyx
2022-07-20 19:47:53 +08:00
parent f1f07c6be4
commit 3a160be26c
3 changed files with 184 additions and 28 deletions

View File

@@ -11,18 +11,19 @@
padding:1px;
border-radius: 4px;
.tab-table {
border: 0;
border:0px;
}
.data-total{
display: flex;
height: 20px;
display: flex !important;
}
.data-total-trend {
display: flex;
margin-left: 6px;
align-items: center;
justify-content: center;
margin-top: 2px;
border-radius: 10px;
font-weight:500;
}
.data-total-trend-black {
background-color: rgba(113,113,113,0.12);
@@ -66,7 +67,7 @@
}
.el-tabs__item {
margin: 0 20px 0 0;
padding: 0;
padding:0px;
font-weight: 400;
color:$grey;
font-size:14px;
@@ -76,7 +77,7 @@
color:$blue;
height: 33px;
margin:0 20px 0 0;
padding: 0;
padding:0px;
font-weight:400;
}
}
@@ -126,5 +127,41 @@
height:12px;
}
}
.search-customize-tab:hover {
cursor:pointer;
}
.grid-content{
min-height: 36px;
}
}
}
.customize-tab__popper{
height:560px;/*calc(100% - 136px);*/
overflow:auto;
.list {
list-style: none;
padding-inline-start: 0px !important;
.drag-move {
transition: transform 0.3s;
}
.list-item {
width:100%;
color: #575757;
margin-bottom: 6px;
height: 24px;
line-height: 24px;
text-align: left;
font-weight:400;
font-size:12px;
font-family: Helvetica;
.icon-drag{
cursor: move;
}
}
}
/*top:0px !important;
right:200px !important;
transform: translateY(126px) !important;*/
}