diff --git a/frontend/src/View/express/ExpressForm.vue b/frontend/src/View/express/ExpressForm.vue
index d415628..556398f 100644
--- a/frontend/src/View/express/ExpressForm.vue
+++ b/frontend/src/View/express/ExpressForm.vue
@@ -1,186 +1,229 @@
-
-
-
-
- 寄
-
- 地址薄
- 智能填写
-
-
-
-
-
- * 姓名
-
-
-
-
-
- * 联系电话
-
-
-
-
-
-
-
-
-
-
-
- * 详细地址
-
-
-
-
-
-
-
-
-
-
-
- 收
-
- 地址薄
- 智能填写
-
-
-
-
-
- * 姓名
-
-
-
-
-
- * 联系电话
-
-
-
-
-
-
-
-
-
-
-
- * 详细地址
-
-
-
-
-
-
-
-
-
-
- 寄件方式
-
-
- 预约上门取件
- 自行联系快递员取件
-
-
-
-
- 下单
-
-
+
+
+
+
+ 寄
+
+ 地址簿
+ 智能填写
+
+
+
+
+
+ 姓名
+
+
+
+
+
+ 联系电话
+
+
+
+
+
+ 省市区
+
+
+
+
+
+ 详细地址
+
+
+
+
+
+
+
+
+
+
+ 收
+
+ 地址簿
+ 智能填写
+
+
+
+
+
+ 姓名
+
+
+
+
+
+ 联系电话
+
+
+
+
+
+ 省市区
+
+
+
+
+
+ 详细地址
+
+
+
+
+
+
+
+
+
+
+
+ 寄件方式
+
+
+ 预约上门取件
+ 自行联系快递员
+
+
+
+
+
+ 下单
+
+
+
-
+ .btn {
+ background-color: white;
+ }
+
+ .send-container {
+ width: 100%;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
+ }
+
+ .panel {
+ display: flex;
+ flex-direction: column;
+ background-color: white;
+ justify-content: center;
+ align-items: flex-start;
+ }
+
+ .send-panel {
+ margin-top: 10px;
+ padding: 10px;
+ width: 100%;
+ line-height: 40px;
+ }
+
+ .send-panel1 {
+ width: 40%;
+ align-items: center;
+ }
+ .form {
+ width: 80%;
+ margin-top: 10px;
+ }
+ .arrow {
+ max-width: 100%;
+ vertical-align: middle;
+ height: 10px;
+ }
-
\ No newline at end of file
diff --git a/frontend/src/View/express/ExpressList.vue b/frontend/src/View/express/ExpressList.vue
index f212e8f..6861b48 100644
--- a/frontend/src/View/express/ExpressList.vue
+++ b/frontend/src/View/express/ExpressList.vue
@@ -1,218 +1,237 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ expressModel.id ? '更新' : '添加' }}
-
-
-
-
+
+
+
+ 运单号:{{item.express_no}}
+ 签收时间: {{item.s_datetime}}
+
+
+
+ {{item.senderCity}}
+ {{item.senderName}}
+
+
+
+ 已签收
+
+
+ {{item.receiveCity}}
+ {{item.receiveName}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定删除此快递信息吗?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
\ No newline at end of file