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}}
+
@@ -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%);