style(app): 优化图片预览弹窗样式
- 调整图片预览弹窗的背景色和最大宽度 - 修复 ItemList 组件中的 Lot 号码显示问题
This commit is contained in:
parent
ae87146c5f
commit
f673fbed7f
@ -56,6 +56,10 @@ provide('slideDirection', slideDirection)
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.van-popup.van-popup--center.van-image-preview{
|
||||
background-color: transparent!important;
|
||||
max-width: 100%!important;
|
||||
}
|
||||
:root:root {
|
||||
--van-dialog-radius: 8px
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user