mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
perf: modify file transfer boot step help tips
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user