Parcourir la source

上传关于表格换行的问题

namejr il y a 4 ans
Parent
commit
a3e342351c
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      EBook.Web/Common/tasklib_book.css

+ 3 - 3
EBook.Web/Common/tasklib_book.css

@@ -136,9 +136,9 @@ td p{
 td p .answer-body{
     height:30px;
 }
-.TableContainer td span{
-    white-space:normal;
-    word-break:normal;
+.TableContainer td span,.TableContainer td{
+    white-space:normal !important;
+    word-break:normal !important;
 }
 table{
     table-layout:fixed;