+ 设备信息中使输入框与搜索按钮始终保持在一行

This commit is contained in:
2022-07-29 23:08:26 +08:00
parent baf5d33197
commit e29ca9c056

View File

@@ -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>