From 67da3f709ff61fea27b472a4266503bfa4eefeb5 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Tue, 22 Dec 2020 14:51:40 +0800 Subject: [PATCH] gx --- hive-app/pages/workbench/serviceOrderList.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hive-app/pages/workbench/serviceOrderList.vue b/hive-app/pages/workbench/serviceOrderList.vue index 3093ccb..2f098ae 100644 --- a/hive-app/pages/workbench/serviceOrderList.vue +++ b/hive-app/pages/workbench/serviceOrderList.vue @@ -20,7 +20,7 @@ <navigator url="./serviceOrderDetail" class="list-item" v-for="item in 4"> <view class="list-header"> <text>订单号: N202012123556</text> - <text class="gray">2020-12-15 18:11:01</text> + <text class="gray">2020-12-15 18:11</text> </view> <view class="list-content"> <view class="flex flex-v"> @@ -116,11 +116,12 @@ border-radius: 4px; margin: 10px; color: #3a3f3f; + padding: 0 10px; } .list-header{ display: flex; justify-content: space-between; - padding: 12px 15px; + padding: 12px 0; font-size: 15px; border-bottom: 1px solid #EDEAF4; } @@ -128,7 +129,7 @@ display: flex; justify-content: space-between; align-items: center; - padding: 12px 15px; + padding: 12px 0; font-size: 14px; } .list-content .icon{ @@ -140,7 +141,7 @@ .list-footer{ display: flex; justify-content: flex-end; - padding: 10px 15px; + padding: 10px 0; border-top: 1px solid #EDEAF4; } </style> -- Gitblit v1.9.1