再次修改字体大小

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