fix color & stream view

This commit is contained in:
MHSanaei 2023-12-04 23:14:55 +03:30
parent 7cb88d665f
commit 6367b1c69f
2 changed files with 2 additions and 2 deletions

View File

@ -683,7 +683,7 @@ style attribute {
.dark .ant-tag-purple { .dark .ant-tag-purple {
background-color: #2c1e32; background-color: #2c1e32;
border-color: #49394e; border-color: #49394e;
color: #f2eaf1; color: #f7aeed;
} }
.dark .ant-modal-content, .dark .ant-modal-content,

View File

@ -2,7 +2,7 @@
<!-- select stream network --> <!-- select stream network -->
<a-form layout="inline"> <a-form layout="inline">
<a-form-item label='{{ i18n "transmission" }}'> <a-form-item label='{{ i18n "transmission" }}'>
<a-select v-model="inbound.stream.network" @change="streamNetworkChange" :dropdown-class-name="themeSwitcher.currentTheme"> <a-select v-model="inbound.stream.network" @change="streamNetworkChange" :dropdown-class-name="themeSwitcher.currentTheme" style="width: 100px;">
<a-select-option value="tcp">TCP</a-select-option> <a-select-option value="tcp">TCP</a-select-option>
<a-select-option value="kcp">KCP</a-select-option> <a-select-option value="kcp">KCP</a-select-option>
<a-select-option value="ws">WS</a-select-option> <a-select-option value="ws">WS</a-select-option>