当前位置:网站首页>Table table setting fillet
Table table setting fillet
2022-07-07 01:17:00 【yunchong_ zhao】
We found that it was directly to table Set up border-radius When it is found that it does not take effect
It's been a long time since I wrote it table The layout is Now they basically use ui In the framework table
But sometimes we When the mobile terminal needs tables Also show some Complex headers When merging tables At this time, it may be necessary for us to write in native language table label
such as rowspan Merger line .colspan Merge Columns
It seems that it's a bit off the subject . If the fillet is set We can't set... On a table
border-collapse: collapse; If you set this . May not be effective
Merge (collapsed ) In mode , Adjacent cells in the table share borders . In this mode ,CSS attribute border-style Value inset Show as groove , value outset Manifested as a ridge .
border-collapse: collapse;
border-collapse CSS Property is used to determine whether the borders of a table are separated or merged . In split mode , Adjacent cells have separate borders . In merge mode , Adjacent cells share borders .
If you want to set it successfully, you have to adjust it Here's it
Set up border-collapse: separate;
Separate (separated) The pattern is HTML The traditional pattern of tables . Adjacent cells have different borders . The distance between the borders is through CSS attribute border-spacing To determine the .
border-collapse: separate;
border-spacing: 0;
border-radius: 4rpx;
And then it's all right .
Write the mobile terminal table This time, I had a hard review . Tabular knowledge .
Pay attention to me Continuously update front-end knowledge
边栏推荐
- 2022 Google CTF SEGFAULT LABYRINTH wp
- Atomic in golang and CAS operations
- JTAG principle of arm bare board debugging
- Taro2.* 小程序配置分享微信朋友圈
- "Exquisite store manager" youth entrepreneurship incubation camp - the first phase of Shunde market has been successfully completed!
- The MySQL database in Alibaba cloud was attacked, and finally the data was found
- golang中的WaitGroup实现原理
- How to evaluate load balancing performance parameters?
- Neon Optimization: About Cross access and reverse cross access
- Dell筆記本周期性閃屏故障
猜你喜欢
Come on, don't spread it out. Fashion cloud secretly takes you to collect "cloud" wool, and then secretly builds a personal website to be the king of scrolls, hehe
微信公众号发送模板消息
HMM notes
Part VI, STM32 pulse width modulation (PWM) programming
线段树(SegmentTree)
Force buckle 1037 Effective boomerang
资产安全问题或制约加密行业发展 风控+合规成为平台破局关键
Let's see through the network i/o model from beginning to end
The MySQL database in Alibaba cloud was attacked, and finally the data was found
Windows installation mysql8 (5 minutes)
随机推荐
Implementation principle of waitgroup in golang
NEON优化:关于交叉存取与反向交叉存取
界面控件DevExpress WinForms皮肤编辑器的这个补丁,你了解了吗?
如何管理分布式团队?
Data type of pytorch tensor
字节P7专业级讲解:接口测试常用工具及测试方法,福利文
Gazebo的安装&与ROS的连接
Informatics Olympiad YBT 1171: factors of large integers | 1.6 13: factors of large integers
Dell筆記本周期性閃屏故障
Provincial and urban level three coordinate boundary data CSV to JSON
《安富莱嵌入式周报》第272期:2022.06.27--2022.07.03
Gnet: notes on the use of a lightweight and high-performance go network framework
Metauniverse urban legend 02: metaphor of the number one player
How to evaluate load balancing performance parameters?
2022 Google CTF segfault Labyrinth WP
[batch dos-cmd command - summary and summary] - view or modify file attributes (attrib), view and modify file association types (Assoc, ftype)
自旋与sleep的区别
"Exquisite store manager" youth entrepreneurship incubation camp - the first phase of Shunde market has been successfully completed!
Tensorflow GPU installation
力扣1037. 有效的回旋镖