This commit is contained in:
Shahin 2024-02-27 08:49:40 +00:00
parent dbb9f5291d
commit 6dd249f0b6

View file

@ -38,7 +38,7 @@
<a-select-option style="width: 100px;" v-for="key in TLS_VERSION_OPTION" :value="key">[[ key ]]</a-select-option>
</a-select>
<a-select v-model="inbound.stream.tls.maxVersion" :dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option style="width: 100px;"v-for="key in TLS_VERSION_OPTION" :value="key">[[ key ]]</a-select-option>
<a-select-option style="width: 100px;" v-for="key in TLS_VERSION_OPTION" :value="key">[[ key ]]</a-select-option>
</a-select>
</a-input-group>
</a-form-item>