.jupyter_data_sets_area{ height: 100%; .jupyter_h2_title{ height: 44px; line-height: 44px; background-color: #EEEEEE; padding: 0 30px; .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 - 104px); 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%; } }