mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
perf: 上传到主机插件支持复制到本机路径
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user