优化界面显示

This commit is contained in:
刘祥超
2022-10-30 20:06:38 +08:00
parent cba642a4bc
commit 12abe9aa69
5 changed files with 208 additions and 39 deletions

View File

@@ -416,7 +416,7 @@ Vue.component("ssl-config-box", {
<!-- HSTS -->
<tr v-show="vProtocol == 'https'">
<td :class="{'color-border':hsts.isOn}">是否开启HSTS</td>
<td :class="{'color-border':hsts.isOn}">开启HSTS</td>
<td>
<div class="ui checkbox">
<input type="checkbox" name="hstsOn" v-model="hsts.isOn" value="1"/>