gpt4 book ai didi

html - ionic : how to change the size of FAB icon

转载 作者:太空狗 更新时间:2023-10-29 14:46:42 25 4
gpt4 key购买 nike

我是跨平台开发新手。努力改变 FAB 的大小。这就是我现在拥有的:

<ion-fab center middle>
<button ion-fab color="blue" class="fabStartBtn"><ion-icon
name="start">Start</ion-icon></button>
</ion-fab>

.fabStartBtn {
font-size: 72px;
}

但是大小还是一样的。如何访问按钮属性?我尝试了 id、name、#name、:before - 没有用。

最佳答案

进入您的 theme/variables.scss 文件并覆盖 $fab-size 变量,如下所示:

$fab-size: 70px; //Change value to whatever size you want

关于html - ionic : how to change the size of FAB icon,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40657813/

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