浏览代码

fix error

master
Alex Cheung 1年前
父节点
当前提交
342bff0d2e
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. +0
    -1
      src/pages/PublicNotice/Search_GLD/SearchForm.js
  2. +1
    -1
      src/pages/User/GLDUserProfile/index.js

+ 0
- 1
src/pages/PublicNotice/Search_GLD/SearchForm.js 查看文件

@@ -264,7 +264,6 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
disablePortal
size="small"
id="issueId"
size="small"
options={issueCombo}
value={issueSelected}
inputValue={(issueSelected?.id) ? getIssueLabel(issueSelected) : ""}


+ 1
- 1
src/pages/User/GLDUserProfile/index.js 查看文件

@@ -136,7 +136,7 @@ const UserMaintainPage = () => {
<Grid item xs={12}>
<Grid container>
<Grid item xs={12} md={12} lg={12}>
<Box xs={12} ml={4} mt={3} sx={{ p: 1, borderRadius: '10px', backgroundColor: '#fff' }}>
<Box xs={12} ml={4} mt={3} mr={4} mb={4} sx={{ p: 1, borderRadius: '10px', backgroundColor: '#fff' }}>
<UserInformationCard
userData={userData}
/>


正在加载...
取消
保存