Commit 4aa50279 authored by 盖献康's avatar 盖献康

bug(67388) - 按钮icon

parent e44119f7
......@@ -20,7 +20,7 @@
</el-form>
<el-row v-show="isEdit">
<el-col style="display: flex;justify-content: left;margin: 8px 0 0 148px">
<el-button class="queryBtn" @click="submit">提 交</el-button>
<el-button icon="el-icon-check" class="queryBtn" @click="submit">提 交</el-button>
</el-col>
</el-row>
</div>
......
......@@ -20,7 +20,7 @@
</el-form>
<el-row v-show="isEdit">
<el-col style="display: flex;justify-content: left;margin: 8px 0 0 148px">
<el-button class="queryBtn" @click="submit">提 交</el-button>
<el-button icon="el-icon-check" class="queryBtn" @click="submit">提 交</el-button>
</el-col>
</el-row>
</div>
......
......@@ -20,7 +20,7 @@
</el-form>
<el-row v-show="isEdit">
<el-col style="display: flex;justify-content: left;margin: 8px 0 0 148px">
<el-button class="queryBtn" @click="submit">提 交</el-button>
<el-button icon="el-icon-check" class="queryBtn" @click="submit">提 交</el-button>
</el-col>
</el-row>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment