修改样式:修改组态弹窗内checkbox后面的label最大长度
This commit is contained in:
parent
1b415e46a1
commit
e4728c877f
|
@ -1,4 +1,10 @@
|
||||||
@media (min-width: 568px) {
|
@media (min-width: 375px) {
|
||||||
|
.form-check-input + span, .form-check-input + label {
|
||||||
|
max-width: 146px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 568px) {
|
||||||
.toolbar {
|
.toolbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -33,6 +39,10 @@
|
||||||
.btn span:last-child {
|
.btn span:last-child {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-check-input + span, .form-check-input + label {
|
||||||
|
max-width: 192px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
|
|
Loading…
Reference in New Issue