优化界面显示

This commit is contained in:
GoEdgeLab
2022-10-30 20:06:38 +08:00
parent 0e33b6bbcd
commit 0bca24f14f
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"/>