-
订单交易
+
-
-
- 已提交
+
+ 已提交
0
-
-
- 进行中
+
+ 进行中
0
-
-
- 已完成
+
+ 已完成
0
-
-
- 全部
+
+ 全部订单
0
@@ -68,96 +72,76 @@
.title-info {
- height: 40px;
+ height: 50px;
background-color: #f7f9fa;
border-radius: 10px;
display: flex;
align-items: center;
.number-box {
+ margin-left: 20px;
font-weight: bold;
color: #1B7EFF;
}
.user-name {
margin-left: 15px;
+ color: #1B7EFF;
+ }
+
+ .active-user {
+ color: #c8c9c9;
+ }
+
+ .my-enterprise {
+ font-size: 18px;
+ color: #1B7EFF;
+ margin-left: 20px;
+
+ .enterprise-name {
+ font-weight: bold;
+ }
+ }
+
+ .btn-edit {
+ margin-left: 60px;
+ display: flex;
+ align-items: center;
+ color: #c7c7c8;
+
+ span {
+ margin: 0 10px;
+ cursor: pointer;
+ display: flex;
+ align-items: center;
+ }
}
}
-// .title-info,
-// .myqiye {
-// padding: 0 20px;
-// display: flex;
-// height: 56px;
-// align-items: center;
-// }
+.goods-count {
+ display: flex;
+ padding-top: 30px;
-// .edit-a {
-// margin: 0 50px 0 10px;
-// color: #0262db;
-// }
+ li {
+ width: 120px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
-// .logoff-a {
-// flex: 1;
-// text-align: right;
-// }
+ img {
+ width: 30px;
+ height: 30px;
+ }
-// .myqiye {
-// // width: calc(100% - 15px);
-// padding: 0;
-// margin: 20px 0 0 20px;
-// border-bottom: 1px solid #000;
+ span:last-child {
+ margin-top: 20px;
+ font-size: 18px;
+ }
+ }
-// span {
-// margin-right: 5px;
-// }
-
-// a {
-// color: #0262db;
-// }
-// }
-
-// .goods-box {
-// padding: 20px;
-
-
-// .goods-pay {
-// display: inline-block;
-// padding: 5px;
-// height: 37px;
-// line-height: 37px;
-// color: #000;
-// border-bottom: 1px solid #d90d1a;
-// }
-
-// .goods-count {
-// // width: 100%;
-// height: 140px;
-// background-color: #f5f5f5;
-// padding: 0;
-// margin: 0;
-// margin-top: 15px;
-// list-style: none;
-// display: flex;
-// justify-content: space-around;
-
-// .svgicon {
-// width: 35px;
-// height: 35px;
-// }
-
-// li {
-// width: 140px;
-// height: 140px;
-// display: flex;
-// flex-direction: column;
-// align-items: center;
-// justify-content: center;
-
-// span {
-// margin: 5px;
-// }
-// }
-// }
-// }
+ .item {
+ color: #2282FF;
+ margin-top: 5px;
+ }
+}
\ No newline at end of file
diff --git a/src/views/user/goodsManagement/index.vue b/src/views/user/goodsManagement/index.vue
index 713375d..6749ed1 100644
--- a/src/views/user/goodsManagement/index.vue
+++ b/src/views/user/goodsManagement/index.vue
@@ -29,7 +29,7 @@ const tableData = [
-
+
diff --git a/src/views/user/goodsUpdown/index.vue b/src/views/user/goodsUpdown/index.vue
index 727e1c9..608b6df 100644
--- a/src/views/user/goodsUpdown/index.vue
+++ b/src/views/user/goodsUpdown/index.vue
@@ -29,7 +29,7 @@ const tableData = [
-
+
diff --git a/src/views/user/index.vue b/src/views/user/index.vue
index 0e82077..4a5e319 100644
--- a/src/views/user/index.vue
+++ b/src/views/user/index.vue
@@ -81,8 +81,6 @@ const lesseeClick = () => {