app-data-upload.less 282 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2
.app-data-upload-view{
    width: 100%;
ibizdev's avatar
ibizdev committed
3 4 5 6 7 8 9 10 11 12 13 14
    height: 100%;
    padding: 16px;
    .import-temp{
        text-align: right;
        vertical-align: middle;
        color: #409EFF;
    }
    .data-info-content{
        height: 100%;
        width: 100%;
        overflow: auto;
    }
ibizdev's avatar
ibizdev committed
15
}