Commit 54b075c7 authored by chenshouchao's avatar chenshouchao

feat: MyInput disabled样式修改

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