@media print { .no-print { display: none; } } #print_view { width:100%; height: 100%; padding: 10px; box-sizing: border-box; background: white; position: relative; .print-view-wrap { width: 100%; height: 90%; .view-listview, .view-gridview-wrap { width: 100%; height: 100%; .view-listview-print { #viewTable { width:100%; margin: 0 auto; border-collapse: collapse; border-spacing: 0; thead { td { min-width:60px; border: 1px solid rgb(180, 204, 238); font-size:13px; font-weight:bold; padding: 3px; font-size: 12px; } } tbody { td{ box-sizing: border-box; border: 1px solid rgb(180, 204, 238); padding: 3px; font-size: 12px; .content-box { word-wrap: break-word; word-break: break-all; span { display: inline-block; font-size: 12px; } } } } } } } } .print-btn { width:calc(100% - 20px); height: 50px; position: absolute; bottom: 10px; .page-con { width: 100%; height: 50px; display: -webkit-flex; display: flex; align-items: center; justify-content: flex-end; margin-right: 10px; .btn { margin-right: 10px; margin-right: 10px; width: 60px; height: 35px; text-align: center; line-height: 29px; border: 1px solid red; background: #5bc0de; border-color: #5bc0de; color: #fff; cursor: pointer; } } } }