diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml index 0dcfe530b..bc1c8de55 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/printxjk.cshtml @@ -45,6 +45,8 @@ border: 1px solid #222; border-top: none; border-bottom: none; + border-collapse:collapse; + border-spacing:0px; } td { @@ -53,34 +55,24 @@ border: 1px solid #222; text-align: center; } - - #headerInfo td { - width: 15%; - height: 44px; - border: 1px solid #222; - text-align: center; - /* word-wrap: break-word; - word-break: normal; */ - page-break-after: always; - } - .pageBreak { page-break-after: always; } - .noPrint { - display: none; + .btn { + width: 100px; + height: 34px; + line-height: 34px; + text-align: center; + margin: 30px auto; + border: 1px solid #ccc; + cursor: pointer; + border-radius: 4px; } - - .pageBreak { - page-break-after: always; + .tableBox { + width: 90%; + margin: 30px auto; } - - /* .tablehtml{ - width: 100%; - height: 2000px; - background: rgb(221, 161, 161); - } */ @@ -161,173 +153,188 @@