修改课程选择框分页控件
This commit is contained in:
parent
ccaa953540
commit
7fd7a5f591
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.2587987c.js"></script><script defer="defer" src="/js/app.299c2466.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.96b20bc0.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>
|
File diff suppressed because one or more lines are too long
3
dist/js/546.be6d2c1e.js
vendored
Normal file
3
dist/js/546.be6d2c1e.js
vendored
Normal file
File diff suppressed because one or more lines are too long
3
dist/js/559.f962ea0d.js
vendored
3
dist/js/559.f962ea0d.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -79,15 +79,7 @@
|
||||
上一页
|
||||
</button>
|
||||
|
||||
<button
|
||||
v-for="page in displayedPages"
|
||||
:key="page"
|
||||
class="page-btn"
|
||||
:class="{ 'active': currentPage === page }"
|
||||
@click="changePage(page)"
|
||||
>
|
||||
{{ page }}
|
||||
</button>
|
||||
<span class="page-info">第 {{ currentPage }} / {{ totalPages }} 页</span>
|
||||
|
||||
<button
|
||||
class="page-btn"
|
||||
@ -1574,6 +1566,7 @@ select.form-control {
|
||||
justify-content: center;
|
||||
margin-top: 20px;
|
||||
gap: 5px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.page-btn {
|
||||
@ -1613,4 +1606,10 @@ select.form-control {
|
||||
gap: 12px;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
.page-info {
|
||||
margin: 0 10px;
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user