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