Commit 41c075e6 by 肖康

标签打印

parent 56383fe6
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<style> <style>
body{background:#fff;margin:0px;} body{background:#fff;margin:0px;}
.print{background:#fff;padding-left:23px;page-break-after: always; height:280px;padding-top:18px;} .print{background:#fff;padding-left:8px; page-break-after: always; }
.edit-con{box-sizing:border-box;top:6px;} .edit-con{box-sizing:border-box;top:6px;}
.layui-btn{ .layui-btn{
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
@endforeach @endforeach
<script src="../../../../js/jquery-2.2.1.js"></script> <script src="../../../../js/jquery-2.2.1.js"></script>
<script type="text/javascript"> <script type="text/javascript">
return
$(function(){ $(function(){
$(".print").width($(".edit-con").width()); $(".print").width($(".edit-con").width());
if($(".edit-con").height()==280){ if($(".edit-con").height()==280){
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<style> <style>
body{background:#fff;margin:0px;} body{background:#fff;margin:0px;}
.print{background:#fff;padding-left:8px;height:280px; page-break-after: always; } .print{background:#fff;padding-left:8px; page-break-after: always; }
.edit-con{box-sizing:border-box;top:6px;} .edit-con{box-sizing:border-box;top:6px;}
.layui-btn{ .layui-btn{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment