This commit is contained in:
devezhao 2021-07-23 23:49:05 +08:00
parent 43e137b0fd
commit 8950bcc6fa
3 changed files with 5 additions and 13 deletions

View file

@ -88,7 +88,7 @@
<input class="custom-control-input" type="checkbox" id="advListHideFilters" />
<span class="custom-control-label"> [[${bundle.L('隐藏列表页侧栏常用查询')}]]</span>
</label>
<label class="custom-control custom-control-sm custom-checkbox mb-1">
<label class="custom-control custom-control-sm custom-checkbox mb-0">
<input class="custom-control-input" type="checkbox" id="advListHideCharts" />
<span class="custom-control-label"> [[${bundle.L('隐藏列表页侧栏图表')}]]</span>
</label>

View file

@ -286,14 +286,14 @@
<div class="form-group row bosskey-show">
<label class="col-md-12 col-xl-3 col-lg-4 col-form-label text-lg-right pt-1">[[${bundle.L('高级配置')}]]</label>
<div class="col-md-12 col-xl-6 col-lg-8">
<label class="custom-control custom-control-sm custom-checkbox mb-1">
<label class="custom-control custom-control-sm custom-checkbox">
<input class="custom-control-input" type="checkbox" id="advDesensitized" />
<span class="custom-control-label">
[[${bundle.L('信息脱敏 (Beta)')}]]
<i class="zmdi zmdi-help zicon" data-toggle="tooltip" th:title="${bundle.L('可在权限角色中启用允许查看明文选项')}"></i>
<i class="zmdi zmdi-help zicon" data-toggle="tooltip" th:title="${bundle.L('可在权限角色中启用允许查看明文选项')}"></i>
</span>
</label>
<label class="custom-control custom-control-sm custom-checkbox">
<label class="custom-control custom-control-sm custom-checkbox mb-0">
<input class="custom-control-input" type="checkbox" id="fieldQueryable" th:data-o="${fieldQueryable}" />
<span class="custom-control-label">
[[${bundle.L('允许使用')}]]

View file

@ -1408,6 +1408,7 @@ i.dividing.ui-draggable-dragging {
.column-checkbox .custom-control-label::after {
margin-left: 0 !important;
transform: translateX(-1.4px);
}
.column-main {
@ -3747,15 +3748,6 @@ a.icon-link > .zmdi {
margin-left: 5px;
}
.custom-checkbox .custom-control-label:before {
border-width: 2px;
}
.custom-checkbox.custom-control-sm .custom-control-input:checked ~ .custom-control-label::after {
transform: translateX(-1.6px);
font-weight: bold;
}
/* 1280 */
@media (max-width: 1280px) {
.adv-search .btn-group,