修改整体字号

This commit is contained in:
X1627315083
2024-01-09 15:30:20 +08:00
parent d4b8b4a32e
commit 814c7cba31
25 changed files with 79 additions and 68 deletions

View File

@@ -65,8 +65,8 @@ export default defineComponent({
.ant-modal-body{
background: #F2F3FB;
height: 80vh;
min-height: 72rem;
height: 70vh;
min-height: 62rem;
overflow-y: hidden;
padding: 0;
}