当前位置:网站首页>怎么更改el-table-column的边框线
怎么更改el-table-column的边框线
2022-08-05 05:14:00 【xx820702】
.el-table--border{
border: 1px solid black;
}
.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
border: 1px solid black;
}
.el-table--border::after, .el-table--group::after, .el-table::before{
border: black;
}
边栏推荐
猜你喜欢
Structured light 3D reconstruction (1) Striped structured light 3D reconstruction
vscode+pytorch使用经验记录(个人记录+不定时更新)
机器学习(一) —— 机器学习基础
逆向理论知识4
server disk array
Develop a highly fault-tolerant distributed system
Algorithms - ones and zeros (Kotlin)
【过一下3】卷积&图像噪音&边缘&纹理
Convert the paper official seal in the form of a photo into an electronic official seal (no need to download ps)
The underlying mechanism of the class
随机推荐
[Software Exam System Architect] Software Architecture Design ③ Domain-Specific Software Architecture (DSSA)
序列基础练习题
LeetCode: 1403. Minimum subsequence in non-increasing order [greedy]
CAP+BASE
Judgment statement _switch and case
Using pip to install third-party libraries in Pycharm fails to install: "Non-zero exit code (2)" solution
位运算符与逻辑运算符的区别
The difference between span tag and p
2022牛客多校第四场C.Easy Counting Problem(EGF+NTT)
数据库 单表查询
The mall background management system based on Web design and implementation
[Go through 7] Notes from the first section of the fully connected neural network video
Map、WeakMap
BFC(Block Formatting Context)
Lecture 2 Linear Model Linear Model
小白一枚各位大牛轻虐虐
【过一下14】自习室的一天
Community Sharing|Tencent Overseas Games builds game security operation capabilities based on JumpServer
学习总结week3_1函数
2022杭电多校第一场01