简历样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b166818131
commit
cb40a8e880
|
@ -304,5 +304,8 @@ export default {
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
::v-deep .el-form-item__label {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -26,7 +26,7 @@
|
||||||
{{ DATA.BlindNameCN }}
|
{{ DATA.BlindNameCN }}
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div style="display: flex; font-size: 14px; margin-bottom: 22px">
|
<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')
|
$t('system:Setting:label:Blind Publications')
|
||||||
}}</span>
|
}}</span>
|
||||||
<span
|
<span
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
}}
|
}}
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div style="display: flex; font-size: 14px; margin-bottom: 22px">
|
<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:')
|
$t('system:Setting:label:Comment:')
|
||||||
}}</span>
|
}}</span>
|
||||||
<span
|
<span
|
||||||
|
@ -414,5 +414,8 @@ export default {
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
::v-deep .el-form-item__label {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue