使<输入类型=“文件”>高度与使用 Bootstrap 4.5 的 div 容器相同

发布于 2025-01-20 00:54:57 字数 664 浏览 0 评论 0 原文

第二个DIV具有 py-4 标签,只有“上传”按钮使用此高度。我也希望“选择文件”和“上传”选项相同的高度。这可能仅更新.HTML文件吗?

<div class="input-group">
  <div class="custom-file py-4">
    <input type="file" class="custom-file-input" id="inputGroupFile">
    <label class="custom-file-label" for="inputGroupFile">Choose file</label>
  </div>
  <div class="input-group-append">
    <span class="btn input-group-text">Upload</span>
  </div>
</div>

Second div has the py-4 tag and only the "Upload" button uses this height. I'd like also this same height for the "Choose file" and "Upload" options. Is this possible just updating the .html file only?

<div class="input-group">
  <div class="custom-file py-4">
    <input type="file" class="custom-file-input" id="inputGroupFile">
    <label class="custom-file-label" for="inputGroupFile">Choose file</label>
  </div>
  <div class="input-group-append">
    <span class="btn input-group-text">Upload</span>
  </div>
</div>

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦行七里 2025-01-27 00:54:57

尝试将PY-4类添加到选择文件类

Try and add the class py-4 to the choose file class

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文