Преглед изворни кода

Merge remote-tracking branch 'origin/ui/refactor' into ui/refactor

Apple\Apple пре 9 месеци
родитељ
комит
5a370f17f2
1 измењених фајлова са 14 додато и 0 уклоњено
  1. 14 0
      web/src/index.css

+ 14 - 0
web/src/index.css

@@ -78,6 +78,20 @@ body {
   .hide-on-mobile {
     display: none !important;
   }
+
+  .semi-table-tbody,
+  .semi-table-row,
+  .semi-table-row-cell {
+    display: block !important;
+    width: auto !important;
+    padding: 2px !important;
+  }
+  .semi-table-row-cell {
+    border-bottom: 0 !important;
+  }
+  .semi-table-tbody > .semi-table-row {
+    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+  }
 }
 
 .tableShow {