[重大更新] 整体主题样式重写 改为卡片式布局 样式更企业化

This commit is contained in:
疯狂的狮子Li
2026-03-17 12:35:56 +08:00
parent b83755e626
commit 833dfa67fc
70 changed files with 5250 additions and 1568 deletions
+8 -1
View File
@@ -68,8 +68,15 @@ function handleCurrentChange(val: number) {
<style lang="scss" scoped>
.pagination-container {
display: flex;
align-items: center;
justify-content: flex-end;
padding-top: 18px;
margin-top: 18px;
border-top: 1px solid rgba(148, 163, 184, 0.14);
.el-pagination {
float: v-bind(float);
float: none;
}
}
.pagination-container.hidden {