修改确认页面p的字体大小

This commit is contained in:
zhl 2023-04-17 16:17:25 +08:00
parent aa797a0347
commit 35519a1e90

View File

@ -1,6 +1,9 @@
body {
background-color: rgb(249, 249, 249);
}
p {
font-size: 0.8rem;
}
.action-bar {
display: flex;
width: 50%;