mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
更换编辑图标。
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<!-- <el-button v-show="!dynamicData.isEdit" style="margin-left:110px" type="primary" @click="dynamicData.isEdit = true">编辑</el-button> -->
|
||||
</div>
|
||||
</div>
|
||||
<h4>兴趣爱好</h4>
|
||||
<h4>兴趣爱好 <svg-icon v-show="!interestIsEdit" type="primary" @click="interestIsEdit = true" icon-class="passWard-edit" style="margin-left: 10px;font-size: 18px;"></svg-icon></h4>
|
||||
<div class="interest" v-show="!interestIsEdit">
|
||||
<ul class="interest-ul">
|
||||
<li class="interest-li" v-for="int in interestList" :key="int.id">{{int.name}}</li>
|
||||
@@ -68,7 +68,9 @@
|
||||
<div style="text-align: center;margin-top:56px">
|
||||
<el-button v-show="interestIsEdit" @click="interestIsEdit = false">取消</el-button>
|
||||
<el-button v-show="interestIsEdit" type="primary" @click="saveHobby()">保存</el-button>
|
||||
<!--
|
||||
<el-button v-show="!interestIsEdit" type="primary" @click="interestIsEdit = true">编辑</el-button>
|
||||
-->
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
<!-- </el-form> -->
|
||||
|
||||
Reference in New Issue
Block a user