mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 16:29:17 +08:00
parent
3dc829a630
commit
0a4e48c057
@ -56,7 +56,8 @@ const newTerm = () => {
|
|||||||
},
|
},
|
||||||
cursorBlink: true,
|
cursorBlink: true,
|
||||||
cursorStyle: 'underline',
|
cursorStyle: 'underline',
|
||||||
scrollback: 100,
|
scrollback: 1000,
|
||||||
|
scrollSensitivity: 15,
|
||||||
tabStopWidth: 4,
|
tabStopWidth: 4,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<Terminal
|
<Terminal
|
||||||
style="height: calc(100vh - 227px); background-color: #000"
|
style="height: calc(100vh - 229px); background-color: #000"
|
||||||
:ref="'t-' + item.index"
|
:ref="'t-' + item.index"
|
||||||
:key="item.Refresh"
|
:key="item.Refresh"
|
||||||
></Terminal>
|
></Terminal>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<div class="search-button" style="float: none">
|
<div class="search-button" style="float: none">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="hostFilterInfo"
|
v-model="hostFilterInfo"
|
||||||
style="margin-top: 5px"
|
style="margin-top: 5px; width: 90%"
|
||||||
clearable
|
clearable
|
||||||
suffix-icon="Search"
|
suffix-icon="Search"
|
||||||
:placeholder="$t('commons.button.search')"
|
:placeholder="$t('commons.button.search')"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user