From 88c13135d045d43657fd62d4cc66ca6b390f276c Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期一, 16 六月 2025 09:51:17 +0800 Subject: [PATCH] style(eims-ui-mobile): 优化多个页面的样式布局 --- eims-ui-mobile/src/pages/maint/maint-order.vue | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/eims-ui-mobile/src/pages/maint/maint-order.vue b/eims-ui-mobile/src/pages/maint/maint-order.vue index 7e60bdc..daaa2d8 100644 --- a/eims-ui-mobile/src/pages/maint/maint-order.vue +++ b/eims-ui-mobile/src/pages/maint/maint-order.vue @@ -37,10 +37,13 @@ <wd-card type="rectangle"> <template #title> <view class="flex justify-between"> - <view class="flex items-center menu-title-box"> - <view class="menu-indicator"></view> - <view class="ml-1 text-lg align-center">{{ maintSt.equName }}</view> - <view class="text-color-gray ml-2 text-sm">{{ maintSt.assetNo }}</view> + <view class="items-center menu-title-box"> + + <view class="flex justify-center ml-1 items-center align-center"> + <view class="menu-indicator"></view> + <view class="ml-1"> {{ maintSt.equName }} </view> + </view> + <view class="text-color-gray ml-2 text-xs">{{ maintSt.assetNo }}</view> </view> <view class="flex items-center"> @@ -216,9 +219,9 @@ clearable /> <!-- 鏂板纭瀹屾垚鎸夐挳 --> - <view class="flex justify-around mt-4"> - <wd-button type="primary" block size="large" v-if="maintSt.status === '0'" @click="handleClickRight">鎻愪氦</wd-button> - <wd-button type="success" block size="large" v-if="isLeader() && maintSt.status === '1'" @click="handleComplete">纭瀹屾垚</wd-button> + <view class="flex justify-around"> + <wd-button type="primary" style="margin: 20px" block v-if="maintSt.status === '0'" @click="handleClickRight">鎻愪氦</wd-button> + <wd-button type="success" style="margin: 20px" block v-if="isLeader() && maintSt.status === '1'" @click="handleComplete">纭瀹屾垚</wd-button> </view> </view> <!-- 鏂板鎻愪氦鎸夐挳 --> -- Gitblit v1.9.3