From 759d2a289ecf8e5d589a9b8b8cdac3826f03718e Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 18 六月 2024 17:32:19 +0800
Subject: [PATCH] 修改高德地图key,并添加密钥
---
src/assets/common-style.css | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/assets/common-style.css b/src/assets/common-style.css
index a0c5d3e..f3d4346 100644
--- a/src/assets/common-style.css
+++ b/src/assets/common-style.css
@@ -216,6 +216,7 @@
border: 1px solid white;
border-radius: 2px;
-moz-border-radius: 25px;
+ width: 120px;
/* Old Firefox */
}
@@ -291,11 +292,13 @@
text-align: center;
overflow-y: scroll;
}
+
table.easy-table th {
background-color: var(--bg-color-2);
border: 1px solid #ffffffce;
white-space: nowrap;
}
+
table.easy-table td {
cursor: pointer;
min-width: 50px;
@@ -334,6 +337,7 @@
/* overflow: scroll; */
/* overflow-y: scroll; */
}
+
table.border-table th {
cursor: pointer;
background-color: var(--bg-color-2);
@@ -341,6 +345,7 @@
/* box-shadow: 0px 1.1px 2.5px #888888; */
white-space: nowrap;
}
+
table.border-table td {
cursor: pointer;
min-width: 60px;
@@ -437,7 +442,7 @@
/* line-height: 20px; */
}
-div.refresh-btn{
+div.refresh-btn {
padding: 0px 6px;
text-align: right;
}
@@ -469,11 +474,11 @@
line-height: 12px
}
-div.info-middle .text-table td.last-col{
+div.info-middle .text-table td.last-col {
text-align: left;
}
-div.info-middle .text-table tr.divide{
+div.info-middle .text-table tr.divide {
/* line-height: 16px; */
border-bottom: 1px dashed #ffffff93;
}
@@ -516,4 +521,10 @@
.form-check-label {
white-space: nowrap;
+}
+
+.text-close {
+ color: var(--font-color);
+ font-size: 16px;
+ padding: 0px 4px;
}
\ No newline at end of file
--
Gitblit v1.9.3