Administrator
2021-08-18 5a30b7961d25945502c82e2cb38d242f0374348c
清册打印按钮修改
1 files modified
34 ■■■■ changed files
public/papersApply.html 34 ●●●● patch | view | raw | blame | history
public/papersApply.html
@@ -13,6 +13,25 @@
            flex-direction: column;
        }
        
        .excelPrint {
            width: 100%;
            text-align: center;
            margin-top: 50px;
        }
        .print {
            /* position: absolute;
            left: 47%;
            top: 58%; */
            width: 7%;
            height: 30px;
            border: 0px;
            border-radius: 6px;
            color: #fff;
            background-color: #1D5CE4;
            letter-spacing: 4px;
        }
        .user-info-table {
            margin-top: 30px;
            width: 90%;
@@ -54,17 +73,17 @@
<body>
    <div>
        <div>
            <button onclick="preview(1)" class="print">打印</button>
        </div>
        <!--startprint-->
        <div id="table">
            <!-- <span class="title">准考证信息</span>
            <table class="user-info-table" border="1px" align="center" cellspacing="0" cellpadding="10">
            </table>
        </div> -->
            </table> -->
        </div>
            <!--endprint-->
        <div class="excelPrint">
            <button onclick="preview(1)" class="print">打印</button>
        </div>
        </div>
        <script>
            var getData = function(name) {
@@ -123,8 +142,7 @@
                            <td colspan="6">${data.num}人</td>
                        </tr>
                    </table>
                </div>`
                    </table>`
                var dom = $('#table');
                dom.empty();