Browse Source

益寿缘医生端-优化处方渲染逻辑

cgp 13 giờ trước cách đây
mục cha
commit
792133b905
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/views/his/prescribe/index.vue

+ 8 - 0
src/views/his/prescribe/index.vue

@@ -1578,4 +1578,12 @@ export default {
   justify-content: flex-start;
   align-items: flex-start;
 }
+
+.prescription-image-small {
+  max-width: 100%;
+  max-height: 100%;
+  width: auto;
+  height: auto;
+  object-fit: contain;
+}
 </style>