实现证书管理

This commit is contained in:
GoEdgeLab
2020-09-30 17:46:38 +08:00
parent 81f2982abc
commit 76575a9e47
35 changed files with 912 additions and 193 deletions

View File

@@ -0,0 +1,15 @@
.pre-box {
padding: 1em;
margin: 0;
line-height: 1.7;
-ms-word-break: break-all;
word-break: break-all;
font-size: 0.9em;
background: rgba(0, 0, 0, 0.05);
overflow-y: auto;
max-height: 20em;
}
.pre-box::-webkit-scrollbar {
width: 6px;
}