gpt4 book ai didi

reactjs - float 操作按钮 : Is there a straightforward way to make a button smaller than default mini?

转载 作者:行者123 更新时间:2023-12-01 23:55:51 25 4
gpt4 key购买 nike

这是按钮默认大小的屏幕截图 ( http://www.material-ui.com/#/components/floating-action-button )

enter image description here
mini尺寸按钮为 40x40 像素。有没有一种简单的方法可以将尺寸缩小到 30x30 或任何其他自定义尺寸?比如说,通过提供 prop={{size: '30:30'}}或以某种方式通过造型。

最佳答案

对于那些仍在寻找解决方案的人,我必须通过“iconStyle” Prop 应用样式。

const myStyle = {
height: 20,
width: 20,
};

<FloatingActionButton iconStyle={ myStyle } />

然而,对我来说,这导致了我的图标偏离中心的问题。于是 myStyle 变成了:
const myStyle = {
height: 20,
lineHeight: '20px',
verticalAlign: 'middle',
width: 20,
};

关于reactjs - float 操作按钮 : Is there a straightforward way to make a button smaller than default mini?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37480517/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com