From adf3a1c6591b8db2c47f45c2ac2370e66d505edb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 22 四月 2022 23:01:55 +0800
Subject: [PATCH] #三方接口日志
---
src/main/webapp/views/pakStore/pakStore.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/pakStore/pakStore.html b/src/main/webapp/views/pakStore/pakStore.html
index 0319043..820bbee 100644
--- a/src/main/webapp/views/pakStore/pakStore.html
+++ b/src/main/webapp/views/pakStore/pakStore.html
@@ -15,6 +15,7 @@
height: 100%;
padding: 10px;
background-color: #f1f1f1;
+ box-sizing: border-box;
}
body {
background-color: #fff;
@@ -27,7 +28,7 @@
}
.function-btn {
font-size: 16px;
- padding: 1px 1px 1px 1px;
+ padding: 1px 2px;
width: 100px;
height: 50px;
border-color: #2b425b;
@@ -37,7 +38,7 @@
border-style: solid;
transition: 0.4s;
cursor: pointer;
- letter-spacing: 3px;
+ letter-spacing: 1.5px;
}
.function-btn:hover {
background-color: #2b425b;
@@ -84,7 +85,7 @@
<body>
<!-- 鍔熻兘鍖� -->
<div class="function-area">
- <button id="mat-query" class="function-btn" onclick="getMat()">鏂板</button>
+ <button id="mat-query" class="function-btn">鎻愬彇鍟嗗搧</button>
</div>
<hr>
--
Gitblit v1.9.1