index page delete file captcha dialog align center

This commit is contained in:
陈精华 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="js/base64.min.js"></script>
<style>
<#-- 删除文件密码弹窗居中 -->
.alert {
width: 50%;
}
<#-- 删除文件验证码弹窗居中 -->
.modal {
width:100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
</style>
</head>