解决插件 两边信息不对齐,input checkbox 不对齐的问题
解决插件 两边信息不对齐,input checkbox 不对齐的问题
This commit is contained in:
parent
e8c3cb7d98
commit
76a3c24c1b
@ -1627,7 +1627,7 @@ td > table > tbody > tr > td,
|
||||
}
|
||||
.cbi-value-title {
|
||||
display: table-cell;
|
||||
float: left;
|
||||
/*float: left;*/
|
||||
width: 23rem;
|
||||
padding-top: 0.25rem;
|
||||
padding-right: 2rem;
|
||||
@ -2817,6 +2817,7 @@ input[type="checkbox"] {
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
margin: 1rem 0 0 0;
|
||||
margin-bottom: -3.5px;
|
||||
}
|
||||
input[type="checkbox"]:checked {
|
||||
border: 1px solid #5e72e4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user