Browse Source

卡控显示最小宽度

namejr 4 years ago
parent
commit
141f67e5bf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      EBook.Web/Common/tasklib_book.css

+ 4 - 0
EBook.Web/Common/tasklib_book.css

@@ -74,4 +74,8 @@ p{word-break: break-word;word-wrap: break-word;clear:both;line-height: 22px;}
 }
 .container-table{
     overflow-x:auto;
+    overflow-y:hidden;
+}
+.container-table td{
+    min-width:90px;
 }