|
|
@@ -630,7 +630,24 @@
|
|
|
printWindow.document.write('<html><head><title>打印预览</title>');
|
|
|
printWindow.document.write(`<style >
|
|
|
|
|
|
-
|
|
|
+ .is-checked{
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .is-checked::after {
|
|
|
+ transform: rotate(45deg) scaleY(1);
|
|
|
+box-sizing: content-box;
|
|
|
+ content: "";
|
|
|
+ border: 1px solid #000;
|
|
|
+ border-left: 0;
|
|
|
+ border-top: 0;
|
|
|
+ height: 7px;
|
|
|
+ left: 8px;
|
|
|
+ position: absolute;
|
|
|
+ top: 2px;
|
|
|
+ width: 3px;
|
|
|
+ transition: transform 0.15s ease-in 0.05s;
|
|
|
+ transform-origin: center;
|
|
|
+}
|
|
|
table{
|
|
|
font-size: 13px !important;
|
|
|
}
|