Commit 58c19d8c authored by alicewang's avatar alicewang

修改UI: import key show, 調整啟用checkbox位置

parent 574bb94e
...@@ -141,6 +141,9 @@ ...@@ -141,6 +141,9 @@
<data name="Are you sure you want to delete the mask?" xml:space="preserve"> <data name="Are you sure you want to delete the mask?" xml:space="preserve">
<value>是否確定要刪除遮罩?</value> <value>是否確定要刪除遮罩?</value>
</data> </data>
<data name="Cancel" xml:space="preserve">
<value>取消</value>
</data>
<data name="Choose department" xml:space="preserve"> <data name="Choose department" xml:space="preserve">
<value>選擇部門</value> <value>選擇部門</value>
</data> </data>
......
...@@ -262,14 +262,12 @@ ...@@ -262,14 +262,12 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label class="control-label" for=""></label> @*<label class="control-label" for=""></label>*@
<div class="form-check form-check-inline"> @*<div class="form-check form-check-inline">*@
<label class="form-check-label" for="uniqueY"> <label class="form-check-label label-space" for="uniqueY">@Localizer["啟用"]</label>
@Localizer["啟用"]
</label>
<input class="form-check-input" type="checkbox" id="is_enable" name="active" value="1"> <input class="form-check-input" type="checkbox" id="is_enable" name="active" value="1">
</div> @*</div>*@
</div> </div>
......
...@@ -4042,8 +4042,13 @@ TBL_keysList tbody td { ...@@ -4042,8 +4042,13 @@ TBL_keysList tbody td {
display: block !important; 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