mirror of
https://github.com/xxnuo/serverless-qrcode-hub.git
synced 2026-06-03 21:03:16 +08:00
Update admin.html
This commit is contained in:
parent
f396037ae5
commit
0f6b976d25
8
dist/admin.html
vendored
8
dist/admin.html
vendored
@ -35,7 +35,7 @@
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
max-width: 1200px;
|
||||
max-width: 1400px;
|
||||
margin: 20px auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
@ -427,10 +427,10 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-[15%]">条目名称</th>
|
||||
<th class="w-[15%]">短链名</th>
|
||||
<th class="w-[30%]">目标 URL</th>
|
||||
<th class="w-[12%]">短链名</th>
|
||||
<th class="w-[28%]">目标 URL</th>
|
||||
<th class="w-[15%]">失效日期</th>
|
||||
<th class="w-[25%]">操作</th>
|
||||
<th class="w-[30%]">操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="mappingsTableBody">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user