Home >Backend Development >PHP Tutorial >Tongda OA2015 list control uses multi-line input box to set the display height of each line

Tongda OA2015 list control uses multi-line input box to set the display height of each line

WBOY
WBOYOriginal
2016-07-28 08:28:501361browse


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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn