Home >Backend Development >PHP Tutorial >Tongda OA2015 list control uses multi-line input box to set the display height of each line
For example: DATA_22 is the name of the list control:
#LV_22 TD{ height:90px; font-size:12px; line-height:22px; } #LV_22 tr:first-child td { font-size:12px; text-align:center; line-height:22px; height:28px; }
The above has introduced how Tongda OA2015 list control uses a multi-line input box to set the display height of each line, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.