From f5624d6a7ad32ee475e00edbad26bc98ea4629e1 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 10 五月 2024 17:35:54 +0800 Subject: [PATCH] 实时走航模块 --- src/assets/common-style.css | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/assets/common-style.css b/src/assets/common-style.css index a0c5d3e..83a6e27 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; } -- Gitblit v1.9.3