优化密钥管理样式

This commit is contained in:
ember 2025-04-14 18:08:51 +08:00
parent b7b62096c7
commit d9b3226202
7 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.2587987c.js"></script><script defer="defer" src="/js/app.8c7d86cc.js"></script><link href="/css/app.91c3e0f8.css" rel="stylesheet"></head><body><noscript><strong>抱歉NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站</title><script defer="defer" src="/js/chunk-vendors.2587987c.js"></script><script defer="defer" src="/js/app.2e52ebcc.js"></script><link href="/css/app.91c3e0f8.css" rel="stylesheet"></head><body><noscript><strong>抱歉NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>

2
dist/js/11.b856e82b.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/js/app.2e52ebcc.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -701,7 +701,7 @@ export default {
} }
.key-table-wrapper { .key-table-wrapper {
margin-top: 16px; /* margin-top: 16px; */
overflow-x: auto; overflow-x: auto;
width: 100%; width: 100%;
} }
@ -776,7 +776,7 @@ export default {
font-size: 15px; font-size: 15px;
background-color: #f7fafc; background-color: #f7fafc;
border-radius: 8px; border-radius: 8px;
margin-top: 16px; /* margin-top: 16px; */
} }
/* 兑换密钥模态框样式 */ /* 兑换密钥模态框样式 */