mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
fix colors in logs and placeholders #656
This commit is contained in:
@@ -404,6 +404,10 @@ style attribute {
|
||||
color: #e04141;
|
||||
}
|
||||
|
||||
.ant-input::placeholder{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.ant-input:hover,
|
||||
.ant-input:focus {
|
||||
background-color: #edf4fa;
|
||||
|
||||
@@ -281,8 +281,7 @@
|
||||
</a-button>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
<a-input type="textarea" v-model="logModal.logs" disabled="true"
|
||||
:autosize="{ minRows: 10, maxRows: 22}"></a-input>
|
||||
<div v-model="logModal.logs" class="ant-input" style="height: 400px; overflow: scroll;"><pre>[[ logModal.logs ]]</pre></div>
|
||||
</a-modal>
|
||||
|
||||
<a-modal id="backup-modal" v-model="backupModal.visible" :title="backupModal.title"
|
||||
|
||||
Reference in New Issue
Block a user