Commit 7843925c authored by jiangzijing's avatar jiangzijing

fix:样式调整

parent ff0421f5
...@@ -17,7 +17,7 @@ interface SearchInputProps extends OutlinedInputProps { ...@@ -17,7 +17,7 @@ interface SearchInputProps extends OutlinedInputProps {
const SearchInput = (props: SearchInputProps) => { const SearchInput = (props: SearchInputProps) => {
const { const {
size = "small", size = "small",
placeholder = "输入关键词搜索", placeholder = "输入关键词按回车搜索",
fullWidth = true, fullWidth = true,
...other ...other
} = props; } = props;
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
height: 82px; height: 82px;
padding: 7px 12px; padding: 7px 12px;
resize: none; resize: none;
font-size: 14px;
} }
.projectInfoSelect { .projectInfoSelect {
width: 560px; width: 560px;
......
...@@ -395,6 +395,14 @@ const BaseInfo = observer(() => { ...@@ -395,6 +395,14 @@ const BaseInfo = observer(() => {
<InputAdornment position="start">¥</InputAdornment> <InputAdornment position="start">¥</InputAdornment>
), ),
}} }}
sx={{
"& .MuiOutlinedInput-input": {
padding: "6.5px 2px",
},
"& .MuiTypography-root": {
fontSize: '14px'
}
}}
/> />
</div> </div>
<div className={style.projectInfoListLi}> <div className={style.projectInfoListLi}>
......
...@@ -154,7 +154,7 @@ const ProjectMembers = observer(() => { ...@@ -154,7 +154,7 @@ const ProjectMembers = observer(() => {
<Box className={styles.headerBox}> <Box className={styles.headerBox}>
<SearchInput <SearchInput
onKeyUp={handleKeyWordChangeKeyUp} onKeyUp={handleKeyWordChangeKeyUp}
placeholder="搜索项目成员" placeholder="输入项目成员按回车搜索"
sx={{ width: 340 }} sx={{ width: 340 }}
/> />
{currentProjectStore?.currentProjectInfo?.projectRole === "OWNER" ? ( {currentProjectStore?.currentProjectInfo?.projectRole === "OWNER" ? (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment