You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.5 KiB
72 lines
1.5 KiB
.jupyter_data_sets_area{
|
|
height: 100%;
|
|
background: #fff;
|
|
.jupyter_h2_title{
|
|
height: 44px;
|
|
line-height: 44px;
|
|
// background-color: #EEEEEE;
|
|
background: #fff;
|
|
padding: 0 20px;
|
|
font-size: 16px;
|
|
// box-size: border-box;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid rgba(238,238,238,1);
|
|
.jupyter_data_icon{
|
|
// color: #7286ff;
|
|
color: #1890ff;
|
|
font-size: 24px;
|
|
position: relative;
|
|
top: 2px;
|
|
transform: scale(1.5);
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
.jupyter_data_list,
|
|
.jupyter_empty{
|
|
height: calc(100vh - 160px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.jupyter_data_list{
|
|
.jupyter_item{
|
|
line-height:45px;
|
|
border-bottom: 1px solid rgba(238,238,238, 1);
|
|
padding: 0 30px 0 60px;
|
|
overflow: hidden;
|
|
text-overflow:ellipsis;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
transition: .3s;
|
|
&:hover{
|
|
background-color: rgba(235, 235, 235, .3);
|
|
}
|
|
.jupyter_icon{
|
|
color: rgb(74, 188, 125);
|
|
font-size: 16px;
|
|
transform: scale(1.2);
|
|
margin-right: 5px;
|
|
}
|
|
.jupyter_name{
|
|
color: #000;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.jupyter_empty{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.jupyter_pagination{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 56px;
|
|
box-sizing: border-box;
|
|
border-top: 1px solid rgba(238,238,238,1);
|
|
}
|
|
} |