CassiopeiaCode commited on
Commit
e81de2c
·
1 Parent(s): 3da060d

fix: 给授权信息框添加底部margin避免被footer遮挡

Browse files
Files changed (1) hide show
  1. frontend/index.html +1 -1
frontend/index.html CHANGED
@@ -272,7 +272,7 @@
272
  <button onclick="startAuth()">开始登录</button>
273
  <button class="btn-secondary" onclick="claimAuth()">等待授权并创建账号</button>
274
  </div>
275
- <div class="field">
276
  <label>登录信息</label>
277
  <pre class="code mono" id="auth_info">尚未开始</pre>
278
  </div>
 
272
  <button onclick="startAuth()">开始登录</button>
273
  <button class="btn-secondary" onclick="claimAuth()">等待授权并创建账号</button>
274
  </div>
275
+ <div class="field" style="margin-bottom:40px">
276
  <label>登录信息</label>
277
  <pre class="code mono" id="auth_info">尚未开始</pre>
278
  </div>