+ 设备信息中使输入框与搜索按钮始终保持在一行
This commit is contained in:
@@ -111,8 +111,10 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<input style="width: 80%;" type="text" id="keyword" placeholder="">
|
<div style="width: 100%; white-space: nowrap;">
|
||||||
<button style="width: 15%;" id="search" type="submit">搜索</button>
|
<input style="width: 80%;" type="text" id="keyword" placeholder="">
|
||||||
|
<button style="width: 15%;" id="search" type="submit">搜索</button>
|
||||||
|
</div>
|
||||||
<div id="content"></div>
|
<div id="content"></div>
|
||||||
<p>
|
<p>
|
||||||
过期提醒:<br>
|
过期提醒:<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user