From 96870e99079defa500c7a104f5378d122aa76848 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 10 Apr 2024 11:17:12 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=20rz=20=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=AF=B9=E8=AF=9D=E7=9A=84=20css=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/Terminal.vue | 2 +- ui/src/styles/index.css | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ui/src/components/Terminal.vue b/ui/src/components/Terminal.vue index 6995714e..9c24d62b 100644 --- a/ui/src/components/Terminal.vue +++ b/ui/src/components/Terminal.vue @@ -7,7 +7,7 @@ :close-on-press-escape="false" :close-on-click-modal="false" :show-close="false" - center> + align-center> diff --git a/ui/src/styles/index.css b/ui/src/styles/index.css index 2218dd39..bce9c23d 100644 --- a/ui/src/styles/index.css +++ b/ui/src/styles/index.css @@ -96,6 +96,34 @@ body ::-webkit-scrollbar-thumb { padding-top: 10px!important; } +.el-upload-dragger{ + background-color: #3f3d3d; +} + +.el-upload-dragger:hover{ + border-color: rgb(134, 133, 133); +} + +.el-upload-dragger .el-upload__text { + color: #fff; +} + +.el-dialog__footer .el-button { + color: rgb(0, 0, 0, 0.5); + background: #f0f0f0; + border-color: #f0f0f0; +} + +.el-dialog__footer .el-button:hover { + background: rgb(134, 133, 133); + border-color: rgb(134, 133, 133); +} + +.el-dialog__footer .el-button.is-disabled:hover{ + color: rgb(0, 0, 0, 0.5); + background: none; +} + .menu-list li { cursor: pointer; }