mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
新增表格输入
This commit is contained in:
@@ -564,7 +564,7 @@
|
||||
|
||||
.ul-note-item.current,
|
||||
.ul-note-item:hover {
|
||||
background-color: #eee;
|
||||
background-color: #dedede;
|
||||
}
|
||||
|
||||
.ul-note-item .ul-note-item-icon {
|
||||
@@ -573,8 +573,8 @@
|
||||
}
|
||||
|
||||
.ul-note-item .ul-note-item-desc {
|
||||
color : #999;
|
||||
font-size: 12px;
|
||||
color : #999;
|
||||
font-size : 12px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
@@ -588,4 +588,18 @@
|
||||
font-size : 12px;
|
||||
color : #bbb;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
.ul-input-table {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ul-input-table td,
|
||||
.ul-input-table th {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.ul-input-table .layui-form-checkbox[lay-skin="primary"] {
|
||||
margin-top: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user