提交 ef8e4708 编写于 作者: RedPig97's avatar RedPig97

update: 表格样式更新

上级 e2e1b462
......@@ -22,7 +22,20 @@
}
}
.el-table__cell {
padding: 0;
border: 0;
background-color: var(--app-color-gray-400);
>.cell::after {
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
display: block;
height: 22px;
width: 1px;
background-color: var(--app-color-gray-235);
}
}
}
......@@ -32,6 +45,26 @@
.el-table__body {
height: 100%;
}
.el-table__cell {
padding: 10px 0;
border: 0;
>.cell {
line-height: 20px;
font-size: 12px;
line-height: 20px;
>.codelist {
height: 20px;
width: 80px;
justify-content: center;
border-radius: 2px;
color: var(--app-color-blue);
border: 1px solid var(--app-color-blue);
}
>a {
color: var(--app-color-blue);
}
}
}
}
.el-table-column--selection {
.el-checkbox__inner {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册