73 lines
1.4 KiB
SCSS
73 lines
1.4 KiB
SCSS
.dataset{
|
|
margin:0px auto;
|
|
width: 1400px;
|
|
padding:25px 0px;
|
|
.mnistData{
|
|
background: #FAFCFF;
|
|
border-radius: 3px;
|
|
border: 1px solid rgba(42,97,255,0.23);
|
|
padding:20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
p{
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
color: #202D40;
|
|
line-height: 22px;
|
|
&:first-child{
|
|
max-width: 600px;
|
|
}
|
|
}
|
|
.license{
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #ECEFFE;
|
|
border-radius: 6px 6px 6px 6px;
|
|
padding:0px 12px;
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
color: #202D40;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.datasetTable{
|
|
.ant-table-thead > tr > th{
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
.emtpyData{
|
|
background: #FAFCFF;
|
|
border-radius: 4px 4px 0px 0px;
|
|
min-height: 356px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 25px;
|
|
}
|
|
}
|
|
.newBoxForm{
|
|
.ant-row.ant-form-item{
|
|
margin-bottom: 20px!important;
|
|
position: relative;
|
|
}
|
|
.ant-col.ant-form-item-label{
|
|
line-height: unset;
|
|
font-weight: 400;
|
|
font-size: 15px;
|
|
color: #4C5B76;
|
|
}
|
|
.ant-form-explain{
|
|
position: absolute;
|
|
}
|
|
}
|
|
.fileTitle{
|
|
line-height: 25px;
|
|
padding-bottom: 22px;
|
|
margin-bottom: 15px!important;
|
|
border-bottom:1px solid rgba(167,178,194,0.44);
|
|
}
|
|
.drag{
|
|
height: 110px!important;
|
|
} |