样式调整

This commit is contained in:
jmxd
2023-04-07 22:08:24 +08:00
parent d008656abe
commit f051920edc
2 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ const info = inject('info')
.magic-task-info form label{
display: inline-block;
width: 75px;
height: 22px;
line-height: 22px;
height: var(--magic-input-height);
line-height: var(--magic-input-height);
font-weight: 400;
text-align: right;
padding: 0 5px;