Skip to content

Commit

Permalink
修改图标..
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 7, 2018
1 parent 2f62525 commit 7adb0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/FormDesigner/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<span style="margin-left:20px;float:left" v-if="selectform!==''">正在制作:{{selectform}}</span>
<el-button style="border:none" @click="save"><svg-icon icon-class="icons"></svg-icon>
保存</el-button>
<el-button style="border:none;margin-right:0px" @click="openmodal"><svg-icon icon-class="icons"></svg-icon>
<el-button style="border:none;margin-right:0px" @click="openmodal"><svg-icon icon-class="wujiaoxing"></svg-icon>
选择要制作的表</el-button>
<!-- <el-button type="text" size="medium" @click="handleGoGithub">GitHub</el-button> -->
<el-button type="text" size="medium" icon="el-icon-view" @click="handlePreview">预览</el-button>
Expand Down
9 changes: 1 addition & 8 deletions src/components/FormDesigner/componentsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,7 @@ export const basicComponents = [
]

export const advanceComponents = [
{
type: 'blank',
name: '自定义',
icon: 'chalkboard',
options: {
defaultType: 'String'
}
},

{
type: 'upload',
name: '文件上传',
Expand Down

0 comments on commit 7adb0d8

Please sign in to comment.