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

bug fixes

上级 c69ed42d
...@@ -6,5 +6,5 @@ import declare from './declare' ...@@ -6,5 +6,5 @@ import declare from './declare'
export default { export default {
id: 'application', id: 'application',
title: '报名申请', title: '报名申请',
children: [info, tjx, wfzsm, declare, { id: 'application_pay', title: '缴报名费', visible: false }] children: [info, tjx, wfzsm, declare, { id: 'application_pay', title: '缴报名费' }]
} }
{ {
"name": "@ezijing/vue-form", "name": "@ezijing/vue-form",
"version": "0.2.2", "version": "0.2.3",
"private": false, "private": false,
"description": "基于Vue Element-UI的表单", "description": "基于Vue Element-UI的表单",
"scripts": { "scripts": {
......
...@@ -154,6 +154,7 @@ export default { ...@@ -154,6 +154,7 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
.default-image { .default-image {
display: block;
width: 100%; width: 100%;
} }
.el-icon-plus { .el-icon-plus {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论