解决插件 两边信息不对齐,input checkbox 不对齐的问题

解决插件 两边信息不对齐,input checkbox 不对齐的问题
This commit is contained in:
JSZMonkey 2021-04-19 17:00:53 +08:00 committed by sbwml
parent e8c3cb7d98
commit 76a3c24c1b

View File

@ -1627,7 +1627,7 @@ td > table > tbody > tr > td,
} }
.cbi-value-title { .cbi-value-title {
display: table-cell; display: table-cell;
float: left; /*float: left;*/
width: 23rem; width: 23rem;
padding-top: 0.25rem; padding-top: 0.25rem;
padding-right: 2rem; padding-right: 2rem;
@ -2817,6 +2817,7 @@ input[type="checkbox"] {
cursor: pointer; cursor: pointer;
transition: all 0.2s; transition: all 0.2s;
margin: 1rem 0 0 0; margin: 1rem 0 0 0;
margin-bottom: -3.5px;
} }
input[type="checkbox"]:checked { input[type="checkbox"]:checked {
border: 1px solid #5e72e4; border: 1px solid #5e72e4;