Commit c03fc253069cbfa3c1e6f031cc7fb6ced9da1ef7
1 parent
30da721c
1.AJT-MES修复产权提醒的样式问题
2.处理暂无数据没翻译
Showing
2 changed files
with
3 additions
and
2 deletions
src/components/Common/CommonViewDragable/index.js
| ... | ... | @@ -224,7 +224,7 @@ const RGLComponent = childProps => { |
| 224 | 224 | |
| 225 | 225 | const EmptyComponent = (props) => { |
| 226 | 226 | const noData = commonFunc.showLocalMessage(props, 'noData', '暂无数据'); |
| 227 | - return <div className="emptyComponent">{noData}</div>; | |
| 227 | + return <div className="emptyComponent">No Data</div>; | |
| 228 | 228 | }; |
| 229 | 229 | |
| 230 | 230 | // 获取选中数据 | ... | ... |
src/mes/scheduledTasks/prenatalReminderInfo/index.less
| ... | ... | @@ -132,6 +132,7 @@ |
| 132 | 132 | text-indent: 0; |
| 133 | 133 | color: #000; |
| 134 | 134 | padding: 10px; |
| 135 | + height: 94%!important; | |
| 135 | 136 | } |
| 136 | 137 | |
| 137 | 138 | .ant-form-item { |
| ... | ... | @@ -155,4 +156,4 @@ |
| 155 | 156 | border-left: 0 !important; |
| 156 | 157 | } |
| 157 | 158 | } |
| 158 | -} | |
| 159 | 159 | \ No newline at end of file |
| 160 | +} | ... | ... |