|
|
@ -1323,7 +1323,7 @@ export default {
|
|
|
|
padding: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: #f7f8fe;
|
|
|
|
background: #f7f8fe;
|
|
|
|
border: 2px dotted #cdcdcd;
|
|
|
|
border: 1px dashed #cdcdcd;
|
|
|
|
p {
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
&:nth-child(2) {
|
|
|
|
&:nth-child(2) {
|
|
|
@ -1337,6 +1337,7 @@ export default {
|
|
|
|
.PrintMainBox {
|
|
|
|
.PrintMainBox {
|
|
|
|
max-height: 50vh;
|
|
|
|
max-height: 50vh;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
margin-top: 5px;
|
|
|
|
.items {
|
|
|
|
.items {
|
|
|
|
padding-left: 1rem;
|
|
|
|
padding-left: 1rem;
|
|
|
|
height: 2.5rem;
|
|
|
|
height: 2.5rem;
|
|
|
|