修改行高
This commit is contained in:
parent
7c5ff14a09
commit
0c72258415
@ -529,6 +529,7 @@ const handleDeletePlan = (id) => {
|
|||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
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);
|
||||||
@ -596,6 +597,7 @@ const handleDeletePlan = (id) => {
|
|||||||
label {
|
label {
|
||||||
width: vw(100);
|
width: vw(100);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
font-family: SourceHanSansCN-Regular, sans-serif;
|
font-family: SourceHanSansCN-Regular, sans-serif;
|
||||||
color: var(--text-gray);
|
color: var(--text-gray);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -705,6 +707,7 @@ const handleDeletePlan = (id) => {
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// placeholder 文本(只针对真正的 placeholder)
|
// placeholder 文本(只针对真正的 placeholder)
|
||||||
@ -756,7 +759,8 @@ const handleDeletePlan = (id) => {
|
|||||||
|
|
||||||
.step-label {
|
.step-label {
|
||||||
width: vw(100);
|
width: vw(100);
|
||||||
font-size: fs(14);
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
font-family: SourceHanSansCN-Regular, sans-serif;
|
font-family: SourceHanSansCN-Regular, sans-serif;
|
||||||
color: var(--text-gray);
|
color: var(--text-gray);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -854,6 +858,7 @@ const handleDeletePlan = (id) => {
|
|||||||
|
|
||||||
.plan-name {
|
.plan-name {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 18px;
|
||||||
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);
|
||||||
@ -889,6 +894,7 @@ const handleDeletePlan = (id) => {
|
|||||||
|
|
||||||
.resource-value {
|
.resource-value {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 17px;
|
||||||
font-family: SourceHanSansCN-Medium, sans-serif;
|
font-family: SourceHanSansCN-Medium, sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #4FECFF;
|
color: #4FECFF;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user