diff --git a/src/assets/style/styles.css b/src/assets/style/styles.css index e5738cb..07d26ce 100644 --- a/src/assets/style/styles.css +++ b/src/assets/style/styles.css @@ -46,4 +46,6 @@ img .huerotate {-webkit-filter: hue-rotate(180deg);} .rss.opacity {-webkit-filter: opacity(50%);} -img:hover{-webkit-filter:none;} \ No newline at end of file +img:hover{-webkit-filter:none;} + +/* iframe#webpack-dev-server-client-overlay{display:none!important} */ \ No newline at end of file diff --git a/src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js b/src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js index d9d9da9..09b1d72 100644 --- a/src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js +++ b/src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js @@ -209,7 +209,6 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => { - { /> {attachment.name} - + {/* + */} + + + + + + + + + + diff --git a/src/utils/FieldUtils.js b/src/utils/FieldUtils.js index 462cf1f..5e08b63 100644 --- a/src/utils/FieldUtils.js +++ b/src/utils/FieldUtils.js @@ -55,12 +55,13 @@ export const getTextArea = ({ label, valueName, form, disabled, inputProps, ...p valueName: valueName, form: form, disabled: disabled, - multiline: true, - row: 10, minRows: 4, maxRows: 4, inputProps: inputProps, InputProps: { + row: 10, + multiline: true, + inputComponent: 'textarea', style: { minHeight:'42.5px', maxHeight: '50vh',height: 'auto' }, }, props