From 8432a8e816cfc48e8f3d50b97c1d90806d2195b7 Mon Sep 17 00:00:00 2001
From: whyclj <1525436766@qq.com>
Date: 星期六, 29 十二月 2018 11:13:54 +0800
Subject: [PATCH] 手机端设备实时告警和设备历史告警页面中添加采集线告警和SD卡故障告警选项

---
 gx_tieta/WebRoot/css/index_layout.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/css/index_layout.css b/gx_tieta/WebRoot/css/index_layout.css
index d3f5bff..50163f3 100644
--- a/gx_tieta/WebRoot/css/index_layout.css
+++ b/gx_tieta/WebRoot/css/index_layout.css
@@ -469,6 +469,7 @@
 	text-align: center;
 	background-color: #CDDCFA;
 	border-bottom: 1px solid #CCCCCC;
+	cursor: pointer;
 }
 .map-info-panel-content .map-info .k-point {
 	font-weight: bold;
@@ -498,11 +499,14 @@
 .map-info-detail table td {
 	padding: 4px 0;
 }
-.map-info-detail table select, .map-info-detail table input {
+.map-info-detail table select, .map-info-detail table input[type="text"] {
 	width: 96%;
 	height: 24px;
 	border: 1px solid #CCCCCC;
 }
+.map-info-detail table input[type="radio"] {
+	vertical-align: middle;
+}
 .map-info-footer {
 	padding: 8px 0;
 	border-top: 1px solid #CCCCCC;

--
Gitblit v1.9.1