app的ui修改

This commit is contained in:
2025-10-29 15:38:20 +08:00
parent 76c98b8ede
commit 181309e553
14 changed files with 667 additions and 317 deletions

View File

@@ -49,6 +49,7 @@ export default {
</script>
<style scoped lang="scss">
/* 主容器 - 简洁背景 */
.production-page {
min-height: 100vh;
background: #f6f6f6;
@@ -91,7 +92,8 @@ export default {
background: #fff;
}
/* 内容容器 */
.content-wrapper {
padding: 20rpx;
padding: 0;
}
</style>