Browse Source

页面td显示优化

fengweiqiang 5 years ago
parent
commit
737798b78b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/web/templates/admin/com_header.html

+ 9 - 0
src/web/templates/admin/com_header.html

@@ -110,6 +110,15 @@
   <!-- /.modal-dialog -->
 </div>
 <style>.btn-center{ margin:0 auto; height:100px;text-align:center; }</style>
+<style>
+	.dataTable tr td {
+		/* for Firefox,mozilla */
+		max-width: 100px;
+		overflow: hidden;
+		text-overflow:ellipsis;
+		white-space: nowrap
+	}
+</style>
 <!-- /.modal -->
 <script>
 function t_save(){