From 87b9fcdce2b5459b54498d9b21c66031d06c5e5e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 27 五月 2021 15:12:58 +0800
Subject: [PATCH] #

---
 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