修改标题处字体大小

This commit is contained in:
huangchenhao 2025-12-22 16:55:40 +08:00
parent 168b16352a
commit 761696bea2

View File

@ -517,17 +517,18 @@ const handleDeletePlan = (id) => {
display: flex;
align-items: center;
gap: vw(8);
padding: vh(2) vw(18);
padding: vh(1) 0;
background: #1f497a;
.title-icon {
width: vw(8);
height: vh(32);
object-fit: contain;
margin-left: 2px;
width: vw(3);
height: vh(28);
object-fit: cover;
}
.section-title {
font-size: fs(18);
font-size: 14px;
font-family: SourceHanSansCN-Bold, sans-serif;
font-weight: bold;
color: var(--text-white);