feat: 优化设置页面提示

This commit is contained in:
涵曦 2024-11-28 23:29:06 +08:00
parent 3a4d702070
commit 126bfa43a2
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,9 @@ var vConsole = new window.VConsole();
<hr> <hr>
<div class="rows"> <div class="rows">
<label for="mi_did">*勾选设备(至少勾选1个):</label> <label for="mi_did">*勾选设备(至少勾选1个):
<a href="https://github.com/hanxi/xiaomusic/issues/99">看不到设备列表点我看FAQ</a>
</label>
<div id="mi_did"> <div id="mi_did">
</div> </div>
</div> </div>

View File

@ -21,7 +21,6 @@ button:active, .button:active {
} }
label { label {
margin-left: 10px; margin-left: 10px;
width: 300px;
} }
input,select { input,select {
margin-left: 5%; margin-left: 5%;