Skip to content

Commit

Permalink
[fix]{FilenameOption}: 修复一处bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Apr 12, 2019
1 parent 144cc5c commit 5b0561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SIX/components/FilenameOption.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div style="display:inline-block;">
<!-- $t is vue-i18n global function to translate lang -->
<label class="radio-label" style="margin-left:50px;">文件名:</label>
<label class="radio-label" style="margin-left:50px;">文件名</label>
<el-input v-model="filename" style="width:350px!important;" prefix-icon="el-icon-document" />
</div>
</template>
Expand Down

0 comments on commit 5b0561e

Please sign in to comment.