当前位置:网站首页>table表格设置圆角
table表格设置圆角
2022-07-06 17:29:00 【yunchong_zhao】
我们发现直接给table设置 border-radius 的时候发现不生效
已经好久没有原生写过table 布局了 现在基本上都是使用 ui框架中的table
但是吧有的时候我们 移动端需要表格的时候 同时展示一些 复杂的表头 合并表格的时候 这个时候可能需要我们原生书写 table 标签
比如 rowspan 合并行。colspan 合并列
好像有点跑题了。设置圆角的话 我们不能在表格上设置
border-collapse: collapse; 如果你设置了这个。可能不生效的
合并(collapsed )模式下,表格中相邻单元格共享边框。在这种模式下,CSS 属性border-style 的值 inset 表现为槽,值 outset 表现为脊。
border-collapse: collapse;
border-collapse CSS 属性是用来决定表格的边框是分开的还是合并的。在分隔模式下,相邻的单元格都拥有独立的边框。在合并模式下,相邻单元格共享边框。
如果想设置成功的话还得调整 下面这样就可以
设置border-collapse: separate;
分隔(separated)模式是 HTML 表格的传统模式。相邻单元格都拥有不同的边框。边框之间的距离是通过 CSS 属性 border-spacing 来确定的。
border-collapse: separate;
border-spacing: 0;
border-radius: 4rpx;
然后就可以了。
写移动端表格 这次狠狠的给我复习了一波。表格知识。
关注我 持续更新前端知识
边栏推荐
- Lldp compatible CDP function configuration
- Tensorflow 1.14 specify GPU running settings
- golang中的WaitGroup实现原理
- [case sharing] basic function configuration of network loop detection
- Cause of handler memory leak
- Make a simple graphical interface with Tkinter
- 做微服务研发工程师的一年来的总结
- 深度学习简史(二)
- The MySQL database in Alibaba cloud was attacked, and finally the data was found
- golang中的atomic,以及CAS操作
猜你喜欢
随时随地查看远程试验数据与记录——IPEhub2与IPEmotion APP
Trace tool for MySQL further implementation plan
Chenglian premium products has completed the first step to enter the international capital market by taking shares in halber international
批量获取中国所有行政区域经边界纬度坐标(到县区级别)
UI control telerik UI for WinForms new theme - vs2022 heuristic theme
[batch dos-cmd command - summary and summary] - string search, search, and filter commands (find, findstr), and the difference and discrimination between find and findstr
ARM裸板调试之JTAG调试体验
筑梦数字时代,城链科技战略峰会西安站顺利落幕
Activereportsjs 3.1 Chinese version | | | activereportsjs 3.1 English version
Configuring the stub area of OSPF for Huawei devices
随机推荐
Deeply explore the compilation and pile insertion technology (IV. ASM exploration)
Maidong Internet won the bid of Beijing life insurance to boost customers' brand value
pyflink的安装和测试
golang中的WaitGroup实现原理
NEON优化:性能优化经验总结
Openjudge noi 1.7 08: character substitution
[牛客] B-完全平方数
[case sharing] basic function configuration of network loop detection
Explain in detail the matrix normalization function normalize() of OpenCV [norm or value range of the scoped matrix (normalization)], and attach norm_ Example code in the case of minmax
from . cv2 import * ImportError: libGL. so. 1: cannot open shared object file: No such file or direc
批量获取中国所有行政区域经边界纬度坐标(到县区级别)
View remote test data and records anytime, anywhere -- ipehub2 and ipemotion app
Rainstorm effect in levels - ue5
Mongodb client operation (mongorepository)
The difference between spin and sleep
Oracle:CDB限制PDB资源实战
STM32开发资料链接分享
深度学习简史(二)
The cost of returning tables in MySQL
腾讯云 WebShell 体验