perf: modify file transfer boot step help tips

This commit is contained in:
wangruidong
2024-05-24 16:25:43 +08:00
committed by w940853815
parent ebe131d4a4
commit 838f6e06b5

View File

@@ -6,7 +6,7 @@
type="success" type="success"
> >
<span v-for="(tip,index) of FileTransferBootStepHelpTips" :key="index" style="padding-right: 24px"> <span v-for="(tip,index) of FileTransferBootStepHelpTips" :key="index" style="padding-right: 24px">
<span style="font-weight: 700; color:#1C84C6">{{ index + 1 }}</span> <span style="font-weight: 700; color:#1C84C6">{{ index + 1 }}.</span>
{{ tip }} {{ tip }}
</span> </span>
</el-alert> </el-alert>
@@ -490,7 +490,7 @@ export default {
border: 1px solid #eee; border: 1px solid #eee;
} }
.upload_input >>> .el-input-group__prepend { .upload_input ::v-deep .el-input-group__prepend {
padding: 0 10px; padding: 0 10px;
} }
@@ -574,7 +574,7 @@ export default {
background: #fff; background: #fff;
} }
.output >>> #terminal { .output ::v-deep #terminal {
border: dashed 1px #d9d9d9; border: dashed 1px #d9d9d9;
} }
</style> </style>