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