样式修正,支持配置登录方式、icon等

This commit is contained in:
2025-12-24 14:12:44 +08:00
parent 3d1e19030a
commit 3499a516fe
33 changed files with 246 additions and 345 deletions

View File

@@ -747,20 +747,6 @@ async function loadMoreMessages() {
}
}
.pagination-container {
padding: 12px 0;
:deep(.el-pagination) {
flex-wrap: wrap;
justify-content: center;
.el-pagination__total,
.el-pagination__sizes,
.el-pagination__jump {
display: none;
}
}
}
}
}
</style>