refactor: 重构组件逻辑与样式优化

- 在 App.vue 中重构站点信息的获取与应用逻辑,提升代码可读性与维护性。
- 更新 Search.vue 组件,优化搜索框的样式与结构,增强用户体验。
- 在 element.scss 中注释掉不再使用的样式,并新增确认收货按钮的样式。
- 改进多个页面的布局与样式,确保响应式设计的一致性与美观性。
- 更新订单相关组件的按钮样式,提升视觉一致性与可用性。
This commit is contained in:
田香琪
2026-06-30 21:09:28 +08:00
parent ec948b5496
commit 28a857249a
121 changed files with 5122 additions and 2182 deletions

View File

@@ -83,15 +83,27 @@ methodItem h4 {
border-radius: 6px;
}
}
.choose-member-item {
width: 100%;
.el-form-item__content {
margin-left: 0 !important;
width: 100%;
}
}
.choose-member {
display: flex;
width: 100%;
min-width: 580px;
height: 400px;
border: 1px solid #eee;
margin-bottom: 20px;
}
.source-member {
width: 50%;
flex: 3;
min-width: 0;
border-right: 1px solid #eee;
padding: 10px;
}
@@ -116,7 +128,8 @@ methodItem h4 {
white-space: nowrap;
}
.traget-member {
width: 50%;
flex: 2;
min-width: 0;
padding: 10px;
}
.scroll-card {