当前位置:网站首页>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
边栏推荐
- 云呐|工单管理办法,如何开展工单管理
- boot - prometheus-push gateway 使用
- [HFCTF2020]BabyUpload session解析引擎
- Failed to successfully launch or connect to a child MSBuild. exe process. Verify that the MSBuild. exe
- There is an error in the paddehub application
- Send template message via wechat official account
- [100 cases of JVM tuning practice] 05 - Method area tuning practice (Part 2)
- [Niuke] b-complete square
- Force buckle 1037 Effective boomerang
- Dynamic planning idea "from getting started to giving up"
猜你喜欢
Dynamic planning idea "from getting started to giving up"
云呐|工单管理软件,工单管理软件APP
[牛客] [NOIP2015]跳石头
让我们,从头到尾,通透网络I/O模型
Send template message via wechat official account
c语言—数组
Body mass index program, entry to write dead applet project
windows安装mysql8(5分钟)
身体质量指数程序,入门写死的小程序项目
Activereportsjs 3.1 Chinese version | | | activereportsjs 3.1 English version
随机推荐
Provincial and urban level three coordinate boundary data CSV to JSON
系统休眠文件可以删除吗 系统休眠文件怎么删除
云呐|工单管理办法,如何开展工单管理
Case development of landlord fighting game
windows安装mysql8(5分钟)
docker 方法安装mysql
Grc: personal information protection law, personal privacy, corporate risk compliance governance
736. Lisp 语法解析 : DFS 模拟题
Receive user input, height BMI, BMI detection small business entry case
Transformation transformation operator
[batch dos-cmd command - summary and summary] - view or modify file attributes (attrib), view and modify file association types (Assoc, ftype)
界面控件DevExpress WinForms皮肤编辑器的这个补丁,你了解了吗?
Make a simple graphical interface with Tkinter
ClickHouse字段分组聚合、按照任意时间段粒度查询SQL
HMM 笔记
如何管理分布式团队?
Gnet: notes on the use of a lightweight and high-performance go network framework
字节P7专业级讲解:接口测试常用工具及测试方法,福利文
NEON优化:log10函数的优化案例
[100 cases of JVM tuning practice] 05 - Method area tuning practice (Part 2)