Commit cef305a1 authored by jiangzijing's avatar jiangzijing

Merge branch 'feat-20220718' of http://120.77.149.83/root/bkunyun into feat-20220718

parents ed277d69 1bfabfc9
...@@ -94,7 +94,12 @@ export default function MySelect(props: IProps) { ...@@ -94,7 +94,12 @@ export default function MySelect(props: IProps) {
MuiInputLabel: { MuiInputLabel: {
styleOverrides: { styleOverrides: {
root: { 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