mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 00:53:54 +08:00
feat: 完成参数管理页面改造
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<CustomPagination
|
||||
class="pagination-wrapper"
|
||||
:total="total"
|
||||
:current-page="currentPage"
|
||||
:page-size="pageSize"
|
||||
@@ -605,6 +606,10 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.pagination-wrapper {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
@media (max-width: 1144px) {
|
||||
.doc-grid {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
||||
@@ -1126,6 +1126,7 @@ export default {
|
||||
}
|
||||
|
||||
.slice-pagination {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user