简历样式调整
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-25 17:52:20 +08:00
parent b166818131
commit cb40a8e880
2 changed files with 8 additions and 2 deletions

View File

@ -304,5 +304,8 @@ export default {
line-height: 30px;
border-radius: 5px;
}
::v-deep .el-form-item__label {
color: #000;
}
}
</style>

View File

@ -26,7 +26,7 @@
{{ DATA.BlindNameCN }}
</el-form-item>
<div style="display: flex; font-size: 14px; margin-bottom: 22px">
<span style="display: inline-block; width: 120px; color: #606266">{{
<span style="display: inline-block; width: 120px; color: #000">{{
$t('system:Setting:label:Blind Publications')
}}</span>
<span
@ -76,7 +76,7 @@
}}
</el-form-item>
<div style="display: flex; font-size: 14px; margin-bottom: 22px">
<span style="display: inline-block; width: 80px; color: #606266">{{
<span style="display: inline-block; width: 80px; color: #000">{{
$t('system:Setting:label:Comment:')
}}</span>
<span
@ -414,5 +414,8 @@ export default {
line-height: 30px;
border-radius: 5px;
}
::v-deep .el-form-item__label {
color: #000;
}
}
</style>