vue2-client 1.16.45 → 1.16.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -482,6 +482,19 @@ export default {
482
482
  .xhdesc-no-padding {
483
483
  padding: 0px;
484
484
  }
485
+ .xhdesc-no-padding {
486
+ padding: 0px;
487
+ &.patient-info-descriptions,
488
+ .patient-info-descriptions {
489
+ /* *ant-descriptions-item-content */
490
+ :deep(.descriptions-container) {
491
+ padding: 0px;
492
+ }
493
+ :deep(.content-wrapper) {
494
+ margin: 0px;
495
+ }
496
+ }
497
+ }
485
498
  /* 医疗病史样式开关:通过 wrapperClassObject 添加类 xhdesc-medical-history */
486
499
  .patient-info-descriptions.xhdesc-medical-history {
487
500
  /* 移除右侧空白(本模式不需要详情按钮预留空间) */