gpt4 book ai didi

ios - 在 Safari (iPad) 中重叠的 flex 元素

转载 作者:行者123 更新时间:2023-11-28 14:55:10 25 4
gpt4 key购买 nike

我不能用简单的任务解决问题:

  • 容器宽度为 100%,但有 padding-right 和 box-sizing overflow
  • 容器是 flex 行
  • 容器有两个动态内容的 child
  • 第一个 child 有内容的大小
  • 第二个 child 占据剩余的宽度

预期结果:

enter image description here

iPad 结果:

enter image description here

例子是 https://codepen.io/anon/pen/zaMwvr

#wrap {
width: 100%;
border: 1px dashed orangered;
box-sizing: border-box;
padding-right: 300px;
position: relative;
}

#padding-view {
width: 300px;
position: absolute;
background: coral;
right: 0;
height: 100%;
}

#flex {
display: flex;
}
<div id="wrap">
<div id="padding-view"></div>
<div id="flex">
<div id="dynamic">LALALCALCULATEDDYNAMICLY</div>
<div id="rest">{Long text here}</div>
</div>
</div>

最佳答案

尝试将 flex-shrink: 0min-width: auto 添加到 .dynamic ( revised codepen )。

关于ios - 在 Safari (iPad) 中重叠的 flex 元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51079791/

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