Commit 1bfabfc9 authored by chenshouchao's avatar chenshouchao

fix: 修复select组件样式

parent aa9b7a11
......@@ -94,7 +94,12 @@ export default function MySelect(props: IProps) {
MuiInputLabel: {
styleOverrides: {
root: {
// top: "-9px",
// 下拉框未选择时的label定位
top: "-9px",
},
shrink: {
// 下拉框已经选择时的label定位
top: 0,
},
},
},
......
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