From f1bfba45102b707eaa03c35ed1a55d246eb809fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BD=90=E5=A4=A9=E5=A4=A7=E5=9C=A3?= <17615834396@163.com> Date: Tue, 5 Nov 2024 11:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=B9=E7=AB=99=E8=B4=A2=E5=8A=A1=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=EF=BC=8C=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/src/views/power/receiptPrint.vue | 108 ++++++++++---------- 1 file changed, 56 insertions(+), 52 deletions(-) diff --git a/fuintAdmin/src/views/power/receiptPrint.vue b/fuintAdmin/src/views/power/receiptPrint.vue index 3b8446a99..c2e4ab0a2 100644 --- a/fuintAdmin/src/views/power/receiptPrint.vue +++ b/fuintAdmin/src/views/power/receiptPrint.vue @@ -33,11 +33,13 @@
操作时间:2019-09-09 12:00:00
联系方式:13583017776
操作员:张三
-
员工:张三,李四,王五
-
地址:xx街道
-
备注:{{form.remarks}}
+
地址:xx街道
+
备注:{{form.remarks}}

+
+
{{form.foot}}
+

@@ -113,50 +115,50 @@
-
- - - - -
- -
-
- 样例 +
+
+ + + + +
+ +
+
+ 样例 +
+ + + + +
- - - - -
@@ -428,16 +430,18 @@ avatar-uploader .el-upload { justify-content: center; margin-top: 70px; } -.relative { +.fatrelative{ position: relative; - left: 20px; /* 向左偏移20像素 */ - top: 10px; /* 向上偏移10像素 */ + margin-left: 20px; +} +.relative { + position:absolute; + } .relative1 { - position: relative; - left: -130px; /* 向左偏移20像素 */ - top: 600px; /* 向上偏移10像素 */ + position:absolute; + margin-top:550px; } .logostat{ filter: grayscale(100%);