Pārlūkot izejas kodu

Merge branch 'dev/v4.8.33_wmh' of qmx/jy into feature/v4.8.33

wenmenghao 2 gadi atpakaļ
vecāks
revīzija
6ff19cc336

+ 6 - 1
src/web/staticres/css/dataSmt/dataMart.css

@@ -11,7 +11,12 @@
 .dataMart .header img {
   width: 100%;
 }
-
+.dataMart a{
+  text-decoration: none;
+}
+.dataMart a:hover{
+  text-decoration: none;
+}
 /* 搜索 */
 .jy-dataMart-search {
   position: absolute;

+ 3 - 0
src/web/staticres/css/dataSmt/dataMart_detail.css

@@ -129,6 +129,9 @@
   line-height: 22px;
   font-size: 14px;
 }
+.detail_header .dataCustomization a:hover{
+  text-decoration: none;
+}
 .dataMart_detail .middle{
   width: 1200px;
   margin: auto;