mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
增加行属性组件
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.ul-descriptions-row {
|
||||
border: 1px solid #F2F2F2;
|
||||
color: #333333;
|
||||
|
||||
.label {
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
.item {
|
||||
padding: 6px 12px;
|
||||
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid #F2F2F2;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user