From 1e40a94e41a811a30b49150b5feabe9b7797948a Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 14 五月 2024 08:23:06 +0800 Subject: [PATCH] # --- pages/phyz/stationManage/stationDetl.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue index 4c3ffa8..a4d6060 100644 --- a/pages/phyz/stationManage/stationDetl.vue +++ b/pages/phyz/stationManage/stationDetl.vue @@ -563,12 +563,12 @@ success(res) { res.eventChannel.emit('item', { item: item, - wrkDetls: _this.wrkDetls + wrkDetls: _this.wrkDetls, }) }, events: { acceptDataFromOpenedPage: function(data) { - + _this.reloadStation() } } }) @@ -637,13 +637,13 @@ @import url('../../../static/css/common/order.css'); .station { - font-size: 18px; - padding: 24rpx; + font-size: 15px; + padding: 18rpx; } .station-title { - font-size: 32px; + font-size: 28px; font-weight: bold; - padding: 24rpx 0; + padding: 18rpx 0; } .station-barcode { font-size: 24px; -- Gitblit v1.9.1