Commit 721ee2ad authored by nickchen's avatar nickchen 🎨

Merge remote-tracking branch 'origin/master' into nick

parents bb57d8fc 58c19d8c
......@@ -141,6 +141,9 @@
<data name="Are you sure you want to delete the mask?" xml:space="preserve">
<value>是否確定要刪除遮罩?</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>取消</value>
</data>
<data name="Choose department" xml:space="preserve">
<value>選擇部門</value>
</data>
......
......@@ -262,14 +262,12 @@
</div>
<div class="form-group">
<label class="control-label" for=""></label>
<div class="form-check form-check-inline">
<label class="form-check-label" for="uniqueY">
@Localizer["啟用"]
</label>
@*<label class="control-label" for=""></label>*@
@*<div class="form-check form-check-inline">*@
<label class="form-check-label label-space" for="uniqueY">@Localizer["啟用"]</label>
<input class="form-check-input" type="checkbox" id="is_enable" name="active" value="1">
</div>
@*</div>*@
</div>
......
......@@ -4042,8 +4042,13 @@ TBL_keysList tbody td {
display: block !important;
}
#recoverKeyForm.show {
display: block !important;
}
.label-space {
margin-right: 30px;
line-height: 1.5 !important;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment