Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(image background opacity): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DR-Univer committed Oct 1, 2020
1 parent 1e62de3 commit d61d3a0
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions src/css/luckysheet-core.css
Expand Up @@ -7018,6 +7018,21 @@ fieldset[disabled] .btn-danger.focus {
margin-bottom: -5px;
cursor: pointer;
}
#luckysheet-modal-dialog-activeImage, #luckysheet-modal-dialog-cropping{
background: none;
}

.luckysheet-modal-dialog-image {
border: none;
box-shadow:none;
background: none;
}

.luckysheet-modal-dialog-image .luckysheet-modal-dialog-content, #luckysheet-modal-dialog-activeImage .luckysheet-modal-dialog-content{
background: none;
}


/* 数据验证 */
#luckysheet-dataVerification-dialog{
user-select: none;
Expand Down Expand Up @@ -7192,7 +7207,3 @@ fieldset[disabled] .btn-danger.focus {
white-space: nowrap;
}

.luckysheet-modal-dialog-image {
border: none;
box-shadow:none;
}

0 comments on commit d61d3a0

Please sign in to comment.