Commit 885f8a85 by fengshuonan

缩小表格的高度

parent d405a3a6
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
id : table表格的id id : table表格的id
@*/ @*/
<table id="${id}" data-mobile-responsive="true" data-click-to-select="true"> <table id="${id}" data-mobile-responsive="true" data-click-to-select="true" class="lh-11">
<thead> <thead>
<tr> <tr>
<th data-field="selectItem" data-checkbox="true"></th> <th data-field="selectItem" data-checkbox="true"></th>
......
...@@ -52,3 +52,7 @@ ...@@ -52,3 +52,7 @@
.top-35 { .top-35 {
top: 35px !important; top: 35px !important;
} }
.lh-11 {
line-height: 1.1 !important;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment