Просмотр исходного кода

imprv fix adminmodule 0808 1623

taikou-m 8 месяцев назад
Родитель
Сommit
c4afd66385
1 измененных файлов с 5 добавлено и 17 удалено
  1. 5 17
      apps/app/src/components/Layout/Admin.module.scss

+ 5 - 17
apps/app/src/components/Layout/Admin.module.scss

@@ -235,12 +235,14 @@ $slack-work-space-name-card-border: #efc1f6;
     .jump-page-input {
       width: 50px;
     }
-    .table-user-list {
-      max-width: 50px;
-    }
 
   }
 
+  .table-bordered {
+      table-layout: fixed;
+    }
+
+
   .settings-table {
 
     .item-name {
@@ -256,20 +258,6 @@ $slack-work-space-name-card-border: #efc1f6;
     }
   }
 
-    .table {
-      table-layout: fixed;
-    }
-
-    .table-default {
-      table-layout: fixed;
-    }
-
-    .table-bordered {
-      table-layout: fixed;
-    }
-
-
-