再次修改字体大小

This commit is contained in:
huangchenhao 2025-12-23 09:59:43 +08:00
parent 0c72258415
commit a9c4daa99c

View File

@ -706,8 +706,8 @@ const handleDeletePlan = (id) => {
.el-select__selected-item { .el-select__selected-item {
color: #fff !important; color: #fff !important;
opacity: 1 !important; opacity: 1 !important;
font-size: 12px; font-size: 14px;
line-height: 17px; line-height: 20px;
} }
// placeholder placeholder // placeholder placeholder
@ -787,9 +787,9 @@ const handleDeletePlan = (id) => {
box-shadow: 0 0 0 1px rgba(28, 161, 255, 0.3) inset !important; box-shadow: 0 0 0 1px rgba(28, 161, 255, 0.3) inset !important;
border-radius: vw(4); border-radius: vw(4);
color: var(--text-white); color: var(--text-white);
font-size: 12px; font-size: 14px;
font-family: SourceHanSansCN-Regular, sans-serif; font-family: SourceHanSansCN-Regular, sans-serif;
line-height: 1.6; line-height: 20px;
padding: vh(8) vw(12); padding: vh(8) vw(12);
transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease;
overflow: hidden !important; overflow: hidden !important;
@ -857,8 +857,8 @@ const handleDeletePlan = (id) => {
} }
.plan-name { .plan-name {
font-size: 12px; font-size: 14px;
line-height: 18px; line-height: 21px;
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);
@ -886,15 +886,16 @@ const handleDeletePlan = (id) => {
gap: vh(2); gap: vh(2);
.resource-label { .resource-label {
font-size: fs(12); font-size: 14px;
line-height: 19px;
font-family: SourceHanSansCN-Regular, sans-serif; font-family: SourceHanSansCN-Regular, sans-serif;
color: var(--text-gray); color: var(--text-gray);
width: vw(100); width: vw(100);
} }
.resource-value { .resource-value {
font-size: 12px; font-size: 14px;
line-height: 17px; line-height: 19px;
font-family: SourceHanSansCN-Medium, sans-serif; font-family: SourceHanSansCN-Medium, sans-serif;
font-weight: 500; font-weight: 500;
color: #4FECFF; color: #4FECFF;
@ -921,9 +922,9 @@ const handleDeletePlan = (id) => {
box-shadow: 0 0 0 1px rgba(28, 161, 255, 0.3) inset !important; box-shadow: 0 0 0 1px rgba(28, 161, 255, 0.3) inset !important;
border-radius: vw(4); border-radius: vw(4);
color: var(--text-white); color: var(--text-white);
font-size: fs(13); font-size: 14px;
font-family: SourceHanSansCN-Regular, sans-serif; font-family: SourceHanSansCN-Regular, sans-serif;
line-height: 1.8; line-height: 17px;
padding: vh(10) vw(14); padding: vh(10) vw(14);
transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease;