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

bug fixes

上级 fb17032b
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
label: '个人曾获得的社会荣誉列举', label: '个人曾获得的社会荣誉列举',
required: true, required: true,
placeholder: '请列举个人曾获得的社会荣誉', placeholder: '请列举个人曾获得的社会荣誉',
autosize: { maxHeight: 100, minHeight: 80 }, autosize: { maxHeight: 300, minHeight: 180 },
rules: [{ required: true, message: '请列举个人曾获得的社会荣誉' }] rules: [{ required: true, message: '请列举个人曾获得的社会荣誉' }]
}, },
{ {
...@@ -305,6 +305,14 @@ export default { ...@@ -305,6 +305,14 @@ export default {
width: 186px !important; width: 186px !important;
text-align: right; text-align: right;
padding-top: 8px; padding-top: 8px;
margin-right: 24px;
color: #222;
}
::v-deep .form-item:nth-last-of-type(2) .van-field__label {
text-align: center;
}
::v-deep .form-item:last-of-type .van-field__label {
text-align: left;
} }
::v-deep .form-item__tips { ::v-deep .form-item__tips {
text-align: left; text-align: left;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论