gpt4 book ai didi

css - 在父元素内设置 样式

转载 作者:太空宇宙 更新时间:2023-11-04 01:03:09 25 4
gpt4 key购买 nike

<div>
<custom-mult-select>
<mat-select></mat-select>
</custom-multi-select>
</div>

我无法设置宽度的样式。我尝试了以下方法。

div.custom-multi-select.mat-select{
width: 175px;
}

最佳答案

尝试把它放在 mat-form-field 里面然后设置你的宽度..

<mat-form-field style="width:300px">
<mat-select>
<mat-option></mat-option>
</mat-select>
</mat-form-field>

关于css - 在父元素内设置 <mat-select> 样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52753317/

25 4 0
文章推荐: html - 为什么侧边栏
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com