app-file-upload-camera.less 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
.file-upload-camera2{
    display: flex;
    .camera-select__video-select{
        width:250px;
        .el-input{
            -webkit-padding-after: 0;
            padding-block-end: 0;
        }
    }
    .viedo-source{
        width:600px;
        height: 600px;
    }
    .el-upload{
        display: none;
    }
    .file-upload__camera-container{
        width: 50%;
        .el-select{
            height: 35px;
        }
    }
    .file-upload__img-container{
        margin-left: 50px;
        width: 490px;
        height: 682px;
        overflow: auto;
    }
    .camera-action-container{
        margin-top: 7px;
    }
    .camera-video-container{
        background-color: black;
        width:610px;
        height: 610px;
        padding: 5px;
    }
    
}
.file-upload__dialog-handlepicture{
    overflow: hidden;
    .el-dialog__headerbtn{
        top: 10px;
        right: 10px;
    }
    .el-dialog__body{
        overflow: auto;
        width: 1120px ;
        max-width: 1153px;
        max-height: 715px;
    }
    .el-dialog{
        width: 1153px;
        height: 715px;
    }
}