From aa75a9d46ee325f0a92e42f733aabb1f92103aeb Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 28 三月 2025 17:44:29 +0800
Subject: [PATCH] 走航融合模块完成

---
 src/assets/common-style.css |   28 +++++++++++++++++++++++-----
 1 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/src/assets/common-style.css b/src/assets/common-style.css
index a0c5d3e..e2de279 100644
--- a/src/assets/common-style.css
+++ b/src/assets/common-style.css
@@ -181,7 +181,7 @@
 }
 
 .time {
-  color: #ffffff9d;
+  color: #ffffffde;
   font-size: 12px;
 }
 
@@ -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;
@@ -410,7 +415,7 @@
 }
 
 .custom-info {
-  border: solid 1px silver;
+  border: solid 1px rgb(255, 255, 255);
 }
 
 div.info-top {
@@ -435,9 +440,10 @@
 div.info-middle {
   padding: 0px 12px 4px 0px;
   /* line-height: 20px; */
+  color: #ffffffde;
 }
 
-div.refresh-btn{
+div.refresh-btn {
   padding: 0px 6px;
   text-align: right;
 }
@@ -469,11 +475,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 +522,16 @@
 
 .form-check-label {
   white-space: nowrap;
+}
+
+.text-close {
+  color: var(--font-color);
+  font-size: 16px;
+  padding: 0px 4px;
+}
+
+.text-clz {
+  /* background-color: aliceblue; */
+  font-size: 14px;
+  line-height: 16px;
 }
\ No newline at end of file

--
Gitblit v1.9.3