
.invoice-detail-page[data-v-04fddc98] {
    padding: 20px;
}
.invoice-file-toolbar[data-v-04fddc98] {
    margin-bottom: 12px;
}
.invoice-file-list[data-v-04fddc98] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.invoice-file-item[data-v-04fddc98] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.invoice-upload[data-v-04fddc98] .el-upload--text {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
.invoice-upload[data-v-04fddc98] .el-upload--text .el-icon-upload {
    display: none;
}

