From 8b34fa36bfc735e53460159ac13814ff073c908a Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期三, 23 四月 2025 19:41:11 +0800 Subject: [PATCH] 来料检页面大更新,适配手机,平板等多种设备 --- pages/QC/LLJ/ImageItem.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pages/QC/LLJ/ImageItem.vue b/pages/QC/LLJ/ImageItem.vue index 9450b51..48e6605 100644 --- a/pages/QC/LLJ/ImageItem.vue +++ b/pages/QC/LLJ/ImageItem.vue @@ -23,7 +23,7 @@ </view> </view> <view class="plus-button"> - <button type="warn" @click="save">涓婁紶鍥剧墖</button> + <button type="primary" class="upImg" @click="save">涓婁紶鍥剧墖</button> </view> </view> <!-- #ifdef APP --> @@ -215,7 +215,7 @@ bottom: 0; width: 100%; background-color: #ffffff; /* 鑳屾櫙棰滆壊 */ - padding: 10px; + /* padding: 10px; */ box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); /* 娣诲姞搴曢儴闃村奖鏁堟灉 */ z-index: 999; /* 纭繚鎸夐挳浣嶄簬椤跺眰 */ } @@ -224,4 +224,10 @@ max-height: calc(100vh - 240px); /* 灞忓箷楂樺害鍑忓幓涓婁紶鎸夐挳楂樺害 */ overflow-y: auto; /* 褰撳唴瀹硅秴鍑洪珮搴︽椂鍑虹幇鍨傜洿婊氬姩鏉� */ } +.upImg{ + + background-color: #3498db; + color: white; + +} </style> \ No newline at end of file -- Gitblit v1.9.3