提交 b6724b2e authored 作者: 王鹏飞's avatar 王鹏飞

css: 报名申请样式优化

上级 b7356702
...@@ -48,7 +48,7 @@ export default function(_this) { ...@@ -48,7 +48,7 @@ export default function(_this) {
prev: { to: { query: { active: 'application_info', tab: 'application_info_honor' } } }, prev: { to: { query: { active: 'application_info', tab: 'application_info_honor' } } },
next: { to: { query: { active: 'application_declare' } } }, next: { to: { query: { active: 'application_declare' } } },
hasButton: false, hasButton: false,
options: {}, options: { labelWidth: '140px' },
items: [ items: [
{ {
type: 'v-upload', type: 'v-upload',
......
...@@ -75,4 +75,11 @@ export default { ...@@ -75,4 +75,11 @@ export default {
text-align: center; text-align: center;
} }
} }
::v-deep .v-form-item__prepend,
::v-deep .v-form-item__append {
line-height: 1.8;
a {
color: #57acff;
}
}
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论