From af11d4845251da536d564a82fa019b4306875da9 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 29 五月 2021 14:48:54 +0800
Subject: [PATCH] Merge branch 'htwms' of https://gitee.com/luxiaotao1123/wms-cloud into htwms
---
src/main/webapp/views/pda/index.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/pda/index.html b/src/main/webapp/views/pda/index.html
index 9d10855..85e86cd 100644
--- a/src/main/webapp/views/pda/index.html
+++ b/src/main/webapp/views/pda/index.html
@@ -25,7 +25,7 @@
/* 瀵艰埅 */
.nav {
- background-color: #fff; /*todo*/
+ background-color: #fff;
color: #000;
list-style-type: none;
position: fixed;
@@ -35,7 +35,7 @@
}
.nav li {
float: left;
- border-right: 1px solid #f1f1f1; /*todo*/
+ border-right: 1px solid #f1f1f1;
}
.nav li a {
font-size: 20px;
@@ -55,7 +55,7 @@
color: #666;
}
.nav-select {
- background-color: #f1f1f1; /*todo*/
+ background-color: #f1f1f1;
color: #000;
}
--
Gitblit v1.9.1