mirror of https://gitee.com/lmlz_0/dc-ui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
780 B
46 lines
780 B
.luckysheet-print span[role="heading"] {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.luckysheet-print-suggest {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.luckysheet-print-title {
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.luckysheet-print-radio {
|
|
display: flex;
|
|
}
|
|
|
|
.luckysheet-print-radio > div {
|
|
width: 50%;
|
|
}
|
|
|
|
.luckysheet-print select {
|
|
height: 30px;
|
|
}
|
|
|
|
.luckysheet-print .luckysheet-modal-dialog-buttons {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
.luckysheet-print-box canvas {
|
|
display: block;
|
|
}
|
|
|
|
@media print {
|
|
:not(html, head, body, .luckysheet-print-preview, .luckysheet-print-preview *) {
|
|
display: none;
|
|
}
|
|
.luckysheet-print-break {
|
|
page-break-after: always;
|
|
}
|
|
#print-layout-options {
|
|
display: none;
|
|
}
|
|
}
|
|
|