From 69ff6be5f48e2d95a09551b83e8289cfd29bb975 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Mon, 27 Feb 2023 18:05:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20term=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E7=9A=84=E6=8C=89=E9=92=AE=E8=A2=AB=E8=A6=86?= =?UTF-8?q?=E7=9B=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Term/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Term/index.vue b/src/components/Term/index.vue index b04916614..5fbcc148d 100644 --- a/src/components/Term/index.vue +++ b/src/components/Term/index.vue @@ -55,14 +55,14 @@ export default { toolbar: [ { tip: this.$tc('ops.ScrollToTop'), - icon: 'fa fa-upload', + icon: 'fa fa-arrow-up', callback: () => { this.xterm.scrollToTop() } }, { tip: this.$tc('ops.ScrollToBottom'), - icon: 'fa fa-download', + icon: 'fa fa-arrow-down', callback: () => { this.xterm.scrollToBottom() } @@ -108,10 +108,10 @@ export default { } .actions { - position: absolute; - right: 4px; - z-index: 5; - margin-top: 4px; + text-align: right; + background-color: #FFF; + padding-right: 5px; + padding-top: 2px } .el-button {