提交 96ace9ad authored 作者: 钟是志's avatar 钟是志

StepDiy 组件样式修改

上级 08f07cc9
...@@ -62,8 +62,6 @@ const Child = memo((props) => { ...@@ -62,8 +62,6 @@ const Child = memo((props) => {
[diyProps?.StepsProps?.current], [diyProps?.StepsProps?.current],
); );
console.log(diyProps.StepsProps);
return ( return (
<div style={diyProps.outSideDivStyle} className={styles.stepsInfo}> <div style={diyProps.outSideDivStyle} className={styles.stepsInfo}>
<Steps {...diyProps.StepsProps} current={current}> <Steps {...diyProps.StepsProps} current={current}>
......
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
font-weight: 600; font-weight: 600;
} }
.stepsInfo{ .stepsInfo{
@media (max-width: 480px) { @media (max-width: 480px) { // 2022年11月24日 姚鑫国说的不要换行. 把这个antd-design的自适应干掉
:global{ :global{
.ant-steps-horizontal.ant-steps-label-horizontal { .ant-steps-horizontal.ant-steps-label-horizontal {
display: flex; display: flex;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论