[CSS]如何使div不随窗口缩放而移位
程序员文章站
2022-04-28 14:08:33
...
网上有不少方法,但是最简洁的就是:
<style> div{ white-space:nowrap; } </style>
或者:
<div id="tb" style="padding: 8px; width:auto; height: auto;white-space:nowrap" >