index page delete file captcha dialog align center

pull/241/head
陈精华 2023-09-27 09:44:21 +08:00
parent 32b0a46574
commit 02c64977cb
No known key found for this signature in database
GPG Key ID: 30BDC970902B755D
1 changed files with 9 additions and 0 deletions

View File

@ -16,9 +16,18 @@
<script type="text/javascript" src="bootstrap-table/bootstrap-table.min.js"></script> <script type="text/javascript" src="bootstrap-table/bootstrap-table.min.js"></script>
<script type="text/javascript" src="js/base64.min.js"></script> <script type="text/javascript" src="js/base64.min.js"></script>
<style> <style>
<#-- -->
.alert { .alert {
width: 50%; width: 50%;
} }
<#-- -->
.modal {
width:100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
</style> </style>
</head> </head>