优化排行榜显示
This commit is contained in:
parent
85cd2eb461
commit
edd425a482
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -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.908af258.js"></script><script defer="defer" src="/js/app.aeab123f.js"></script><link href="/css/chunk-vendors.c52e575a.css" rel="stylesheet"><link href="/css/app.86c60691.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.908af258.js"></script><script defer="defer" src="/js/app.22246017.js"></script><link href="/css/chunk-vendors.c52e575a.css" rel="stylesheet"><link href="/css/app.86c60691.css" rel="stylesheet"></head><body><noscript><strong>抱歉,NEU小站无法在没有 JavaScript 的情况下正常工作。请启用 JavaScript 以继续。</strong></noscript><div id="app"></div></body></html>
|
||||
2
dist/js/152.504c4922.js
vendored
Normal file
2
dist/js/152.504c4922.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/561.73a6314e.js
vendored
2
dist/js/561.73a6314e.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -37,6 +37,9 @@
|
||||
{{ myPosition === -1 ? '您暂未上榜哦~' : '太厉害了,感谢您的贡献~' }}
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="myPosition !== -1" class="my-rank-opt-out-tip">
|
||||
您可以在<span class="link-text" @click="$router.push('/user-center')">【个人中心】</span>—【我的投稿记录】处自愿选择是否加入排行榜。
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ranking-list">
|
||||
@ -390,6 +393,24 @@ export default {
|
||||
border-radius: 20px;
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
.my-rank-opt-out-tip {
|
||||
margin-top: 16px;
|
||||
font-size: 13px;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
padding-top: 12px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||
|
||||
.link-text {
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
/* text-decoration: underline; */
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Top 3 Special Styles */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user