#
luxiaotao1123
2020-06-08 a3ac583ba98255a06297e322a9a7185f0df1c671
#
1个文件已修改
32 ■■■■ 已修改文件
src/main/webapp/views/matCode/matCode.html 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/matCode/matCode.html
@@ -24,16 +24,16 @@
        /* ------------------------------------------------  */
        .contain {
            border: 1px solid #000;
            width: 100%;
            /*width: 100%;*/
        }
        .contain td {
            border: 1px solid #000;
            line-height: 46px;
            text-align: center;
        }
        .qrcode {
            margin: 3px;
        }
        /*.contain td {*/
        /*    border: 1px solid #000;*/
        /*    line-height: 46px;*/
        /*    text-align: center;*/
        /*}*/
        /*.qrcode {*/
        /*    margin: 3px;*/
        /*}*/
    </style>
</head>
<body>
@@ -121,14 +121,11 @@
</div>
<!-- 打印操作弹窗 -->
<div id="printDataDiv" style="display: none;padding: 20px 40px">
<div id="printDataDiv" style="display: none;padding: 20px">
    <div id="template-container">
        <div class="template-preview">
            <table height="317" style="overflow: hidden;width: 100%">
        <!-- 预览图 1 -->
        <div id="template-preview-1" class="template-preview">
            <table height="317" width="317" style="overflow: hidden">
                <tr><td valign="middle">
                    <table class="contain">
                        <tr>
@@ -163,9 +160,10 @@
                    </table>
                </td></tr>
            </table>
        </div>
        <!-- 预览图 2 -->
        <div class="template-preview"></div>
        <!-- 预览图 3 -->
        <div class="template-preview"></div>
    </div>
</div>