摘要: 在<style></style>中添加下面代码 table { table-layout: fixed; /* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } table td { position: relative; /*width: 80px;*/ height: 阅读全文
posted @ 2023-03-21 14:43 坚强的小蚂蚁 阅读(732) 评论(0) 推荐(0)