From cb81eef3d9aabe280e506fc7971c539542cf13f7 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 19 Aug 2021 15:12:01 +0800
Subject: [PATCH] 冲突
---
public/securityPrint.html | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/public/securityPrint.html b/public/securityPrint.html
index adb33b4..91078ae 100644
--- a/public/securityPrint.html
+++ b/public/securityPrint.html
@@ -12,13 +12,19 @@
/* display: flex; */
align-items: center;
justify-content: center;
- background-color: #666666;
}
.print {
position: absolute;
- left: 20px;
- top: 10px;
+ left: 43%;
+ top: 60%;
+ width: 7%;
+ height: 36px;
+ border-radius: 9px;
+ background-color: #1D5CE4;
+ border: 0px;
+ color: #fff;
+ letter-spacing: 4px;
}
#table {
@@ -185,6 +191,8 @@
</div>
+
+
</div>
<script>
var getData = function(name) {
--
Gitblit v1.9.3