如何在p-card中设置固定宽度
How to set fixed width in p-card
我关注html
<p-card class="p-d-md-none p-d-xl-flex p-flex-row card">
<div class="p-d-none p-d-lg-flex p-flex-row p-ai-center p-jc-center">
.....
</div>
</p-card>
我想为 p-card 设置固定宽度,这样当我将屏幕尺寸从 xl 更改为 md 时它不会改变宽度
我该怎么做?
你需要删除属性p-d-xl-flex, p-d-lg-flex
然后给一个宽度
我关注html
<p-card class="p-d-md-none p-d-xl-flex p-flex-row card">
<div class="p-d-none p-d-lg-flex p-flex-row p-ai-center p-jc-center">
.....
</div>
</p-card>
我想为 p-card 设置固定宽度,这样当我将屏幕尺寸从 xl 更改为 md 时它不会改变宽度
我该怎么做?
你需要删除属性p-d-xl-flex, p-d-lg-flex
然后给一个宽度