gpt4 book ai didi

css - 改变 Angular Material 中 md-switch 的大小

转载 作者:行者123 更新时间:2023-11-28 06:05:32 26 4
gpt4 key购买 nike

我正在使用 Angular Material 中的 md-switch :

https://material.angularjs.org/latest/demo/switch

但是默认开关看起来很小,我想调整一下。

我尝试添加 widthheight 属性,但没有成功。

我该怎么做?

最佳答案

使用此规则自定义栏:

md-switch ._md-bar {
left: 1px;
width: 66px;
top: 5px;
height: 14px;
border-radius: 8px;
position: absolute;
}

这个规则来装饰圆圈:

md-switch ._md-thumb {
position: absolute;
margin: 0;
left: 0;
top: 0;
outline: none;
height: 20px;
width: 20px;
border-radius: 50%;
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

LIVE DEMO

关于css - 改变 Angular Material 中 md-switch 的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36479418/

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