浏览代码

Merge branch 'anatoly' of medgis/mo-assets into master

anatoly 6 年之前
父节点
当前提交
bb22de773b
共有 4 个文件被更改,包括 10 次插入11 次删除
  1. 5 3
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 0 6
      src/files/css/main2.css
  4. 5 2
      src/files/scss/_tags.scss

+ 5 - 3
src/files/css/main.css

@@ -8858,9 +8858,11 @@ h7 {
   border-spacing: 0;
   border-spacing: 0;
   border: 1px solid #e6e6e6;
   border: 1px solid #e6e6e6;
   margin-top: 20px;
   margin-top: 20px;
-  max-width: 100%;
-  display: block;
-  overflow: auto; }
+  max-width: 100%; }
+  @media (max-width: 768px) {
+    .text-page__text table, .special-page__article table, .full-news__text table {
+      display: block;
+      overflow: auto; } }
   .text-page__text table thead td, .special-page__article table thead td, .full-news__text table thead td,
   .text-page__text table thead td, .special-page__article table thead td, .full-news__text table thead td,
   .text-page__text table th,
   .text-page__text table th,
   .special-page__article table th,
   .special-page__article table th,

文件差异内容过多而无法显示
+ 0 - 0
src/files/css/main.css.map


+ 0 - 6
src/files/css/main2.css

@@ -660,10 +660,4 @@ header.v9 .soc .social {
 .content-left .about,
 .content-left .about,
 .content-right .news {
 .content-right .news {
     margin-top: 25px;
     margin-top: 25px;
-}
-
-.menu .soc {
-    position: relative;
-    top: 7px;
-    right: auto;
 }
 }

+ 5 - 2
src/files/scss/_tags.scss

@@ -114,8 +114,11 @@ h7 {
     border: 1px solid #e6e6e6;
     border: 1px solid #e6e6e6;
     margin-top: 20px;
     margin-top: 20px;
     max-width: 100%;
     max-width: 100%;
-    display: block;
-    overflow: auto;
+
+    @media (max-width: 768px) {
+        display: block;
+        overflow: auto;
+    }
 
 
     thead td,
     thead td,
     th {
     th {

部分文件因为文件数量过多而无法显示