mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
enhance(terminal): replace ACard with div
This commit is contained in:
parent
72071466b4
commit
c4a9d03bb3
1 changed files with 5 additions and 2 deletions
|
@ -126,7 +126,7 @@ onUnmounted(() => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<ACard :title="$gettext('Terminal')">
|
||||
<div>
|
||||
<AAlert
|
||||
v-if="insecureConnection"
|
||||
class="mb-6"
|
||||
|
@ -145,7 +145,7 @@ onUnmounted(() => {
|
|||
id="terminal"
|
||||
class="console"
|
||||
/>
|
||||
</ACard>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
|
@ -158,6 +158,9 @@ onUnmounted(() => {
|
|||
|
||||
:deep(.xterm-viewport) {
|
||||
border-radius: 5px;
|
||||
@media (max-width: 512px) {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue