实现对ACME用户的增删改

This commit is contained in:
刘祥超
2020-11-24 17:36:42 +08:00
parent 169fe50a21
commit 3ba0d58cb8
84 changed files with 497 additions and 174 deletions

View File

@@ -17,19 +17,22 @@
<script type="text/javascript" src="/js/sweetalert2/dist/sweetalert2.all.min.js"></script>
<script type="text/javascript" src="/js/date.tea.js"></script>
<style type="text/css">
.main {
left: 0;
top: 0;
bottom: 0;
right: 0;
overflow-y: auto;
padding-bottom: 0;
}
.main {
left: 0;
top: 0;
bottom: 0;
right: 0;
overflow-y: auto;
padding-bottom: 0;
}
.main::-webkit-scrollbar {
width: 4px;
}
.main::-webkit-scrollbar {
width: 4px;
}
</style>
<script type="text/javascript">
window.IS_POPUP = true
</script>
</head>
<body>