From 0f63c9e381eeefa2f7aceb7ed8d043ddd165afd5 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期二, 10 六月 2025 15:33:05 +0800 Subject: [PATCH] feat(maint): 添加工单图片上传功能 --- eims-ui-mobile/src/pages/home/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eims-ui-mobile/src/pages/home/index.vue b/eims-ui-mobile/src/pages/home/index.vue index 5bac502..52dcd4e 100644 --- a/eims-ui-mobile/src/pages/home/index.vue +++ b/eims-ui-mobile/src/pages/home/index.vue @@ -61,7 +61,7 @@ <template #title> <view class="flex items-center menu-title-box"> <view class="menu-indicator"></view> - <view class="ml-1 text-xs">鏁版嵁鎬昏</view> + <view class="ml-1 text-sm">鏁版嵁鎬昏</view> </view> </template> <view class="flex flex-row justify-around"> @@ -85,7 +85,7 @@ <template #title> <view class="flex items-center menu-title-box"> <view class="menu-indicator"></view> - <view class="ml-1 text-xs">蹇嵎鎿嶄綔</view> + <view class="ml-1 text-sm">蹇嵎鎿嶄綔</view> </view> </template> <wd-grid :column="4"> @@ -108,7 +108,7 @@ <template #title> <view class="flex items-center menu-title-box"> <view class="menu-indicator"></view> - <view class="ml-1 text-xs">璁惧绠$悊</view> + <view class="ml-1 text-sm">璁惧绠$悊</view> </view> </template> <wd-grid :column="4"> @@ -130,7 +130,7 @@ <template #title> <view class="flex items-center menu-title-box"> <view class="menu-indicator"></view> - <view class="ml-1 text-xs">鍙拌处鐩稿叧</view> + <view class="ml-1 text-sm">鍙拌处鐩稿叧</view> </view> </template> <wd-grid :column="4"> -- Gitblit v1.9.3