🐛 修复表单元素不居中问题

This commit is contained in:
xujiang 2020-11-25 22:09:34 +08:00
parent df9ca7a1a0
commit 9a0a577e03

View File

@ -4,6 +4,7 @@
border-radius: 6px; border-radius: 6px;
background-color: #fff; background-color: #fff;
box-shadow: 0 2px 6px #f0f0f0; box-shadow: 0 2px 6px #f0f0f0;
width: calc(100% - 20px);
.title { .title {
padding-bottom: 20px; padding-bottom: 20px;
text-align: center; text-align: center;