perf: 上传到主机插件支持复制到本机路径

This commit is contained in:
xiaojunnuo
2024-05-30 10:54:18 +08:00
parent d9eb927b0a
commit 92446c3399
7 changed files with 107 additions and 29 deletions
@@ -10,3 +10,23 @@
justify-content: center;
align-items: center;
}
.cd-icon-button{
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.cd-flex{
display: flex;
justify-content: left;
align-items: center;
}
.cd-flex-inline{
display: inline-flex;
justify-content: left;
align-items: center;
}
@@ -55,6 +55,10 @@ h1, h2, h3, h4, h5, h6 {
margin-left:5px;
}
.mr-5{
margin-right: 5px;
}
.mt-10{
margin-top:10px;
}