gpt4 book ai didi

Chrome Canary 中非常小的对象上的 CSS border-radius

转载 作者:行者123 更新时间:2023-11-28 16:35:59 24 4
gpt4 key购买 nike

如何在 Chrome Canary 中的非常小的对象上实现 CSS border-radius?

这条 3px 高的线和 2px 的边界半径放大到 600% 显示没有太多事情发生:

enter image description here

在常规的 Google Chrome、Firefox 等中运行良好。

div {
height: 3px;
width: 30px;
background-color: blue;
position: absolute;
top: 15px;
left: 15px;
border-radius: 15px;
}
<div></div>

最佳答案

在 3px 时,每个 Angular 只能切掉 1 个像素来创建任何效果。在 Chrome 中放大 400% 会显示圆 Angular :

enter image description here

关于Chrome Canary 中非常小的对象上的 CSS border-radius,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28463526/

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