修改标题处字体大小
This commit is contained in:
parent
168b16352a
commit
761696bea2
@ -517,17 +517,18 @@ const handleDeletePlan = (id) => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: vw(8);
|
gap: vw(8);
|
||||||
padding: vh(2) vw(18);
|
padding: vh(1) 0;
|
||||||
background: #1f497a;
|
background: #1f497a;
|
||||||
|
|
||||||
.title-icon {
|
.title-icon {
|
||||||
width: vw(8);
|
margin-left: 2px;
|
||||||
height: vh(32);
|
width: vw(3);
|
||||||
object-fit: contain;
|
height: vh(28);
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
font-size: fs(18);
|
font-size: 14px;
|
||||||
font-family: SourceHanSansCN-Bold, sans-serif;
|
font-family: SourceHanSansCN-Bold, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: var(--text-white);
|
color: var(--text-white);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user