Commit 54b075c7 authored by chenshouchao's avatar chenshouchao

feat: MyInput disabled样式修改

parent 735e803e
...@@ -35,9 +35,13 @@ const MyInput = (props: MyInputProps) => { ...@@ -35,9 +35,13 @@ const MyInput = (props: MyInputProps) => {
root: { root: {
height: "36px", height: "36px",
fontSize: "14px", fontSize: "14px",
border: "rgba(221, 225, 230, 1)",
"&.MuiInputBase-sizeSmall": { "&.MuiInputBase-sizeSmall": {
height: "32px", height: "32px",
}, },
"& .Mui-disabled": {
background: "rgba(247, 248, 250, 1)",
},
}, },
multiline: { multiline: {
height: "auto", height: "auto",
...@@ -68,7 +72,7 @@ const MyInput = (props: MyInputProps) => { ...@@ -68,7 +72,7 @@ const MyInput = (props: MyInputProps) => {
borderWidth: "1px", borderWidth: "1px",
}, },
"& .MuiOutlinedInput-notchedOutline": { "& .MuiOutlinedInput-notchedOutline": {
borderColor: '#DDE1E6', borderColor: "#DDE1E6",
}, },
":hover": { ":hover": {
"& .MuiOutlinedInput-notchedOutline": error "& .MuiOutlinedInput-notchedOutline": error
......
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