22 lines
698 B
HTML
22 lines
698 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<table class="ControlBox_Table" style="width: 100%; display: inline-table;" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td class="ControlBox_Caption"><div style="overflow: visible; white-space: nowrap;">业务类型:</div></td>
|
|
<td class="ControlBox_Body">
|
|
<div class="ControlBox_DropDownList">
|
|
测试内容
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|