From 838f6e06b5cb70c928beb35b9a257bda7a7f75ab Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Fri, 24 May 2024 16:25:43 +0800 Subject: [PATCH] perf: modify file transfer boot step help tips --- src/views/ops/File/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ops/File/index.vue b/src/views/ops/File/index.vue index 12cb6845c..dc0ce0ff3 100644 --- a/src/views/ops/File/index.vue +++ b/src/views/ops/File/index.vue @@ -6,7 +6,7 @@ type="success" > - {{ index + 1 }} + {{ index + 1 }}. {{ tip }} @@ -490,7 +490,7 @@ export default { border: 1px solid #eee; } -.upload_input >>> .el-input-group__prepend { +.upload_input ::v-deep .el-input-group__prepend { padding: 0 10px; } @@ -574,7 +574,7 @@ export default { background: #fff; } -.output >>> #terminal { +.output ::v-deep #terminal { border: dashed 1px #d9d9d9; }