diff --git a/src/components/Common/CommonViewDragable/index.js b/src/components/Common/CommonViewDragable/index.js index cce2476..96d1275 100644 --- a/src/components/Common/CommonViewDragable/index.js +++ b/src/components/Common/CommonViewDragable/index.js @@ -224,7 +224,7 @@ const RGLComponent = childProps => { const EmptyComponent = (props) => { const noData = commonFunc.showLocalMessage(props, 'noData', '暂无数据'); - return
{noData}
; + return
No Data
; }; // 获取选中数据 diff --git a/src/mes/scheduledTasks/prenatalReminderInfo/index.less b/src/mes/scheduledTasks/prenatalReminderInfo/index.less index 2a44704..6c7d930 100644 --- a/src/mes/scheduledTasks/prenatalReminderInfo/index.less +++ b/src/mes/scheduledTasks/prenatalReminderInfo/index.less @@ -132,6 +132,7 @@ text-indent: 0; color: #000; padding: 10px; + height: 94%!important; } .ant-form-item { @@ -155,4 +156,4 @@ border-left: 0 !important; } } -} \ No newline at end of file +}