首页 > 解决方案 > 当使用引导程序的屏幕尺寸较小时,如何不显示图像或调整其大小?

问题描述

<td scope="row">
   <button className="btn btn-link " onClick={onUserClick}>
      <ProfileImageAndBasicInfo
         profileImageProps={profileImageAndBasicInfoProps.profileImageProps}
         basicInfoProps={profileImageAndBasicInfoProps.basicInfoProps}>
   </button>

我曾尝试使用引导程序,button className但它仅在使用时有效,d-none但这隐藏了整个内容。我只想显示basicInfoProps屏幕是什么时候xs

标签: reactjstwitter-bootstrap

解决方案


推荐阅读