Browse Source

[修复] 食堂采购单详情页和供应商供货单详情页上传凭证预览图片层级被覆盖导致看不到图片的BUG

master
邓平艺 5 years ago
parent
commit
e7a69f5068
  1. 4
      canteen/pages/purchase/detail.vue
  2. 4
      supplier/pages/gonghuo/detail.vue

4
canteen/pages/purchase/detail.vue

@ -517,4 +517,8 @@
/deep/.u-hairline-border::after{
border: none;
}
//
/deep/.u-drawer{
z-index: 999 !important;
}
</style>

4
supplier/pages/gonghuo/detail.vue

@ -542,4 +542,8 @@
/deep/.u-hairline-border::after{
border: none;
}
//
/deep/.u-drawer{
z-index: 999 !important;
}
</style>
Loading…
Cancel
Save