| | |
| | | |
| | | |
| | | |
| | | |
| | | <el-button size='mini' type="text" class="btn_edit" @click="editAutography" style='top: 0px;right: 20px;'> |
| | | <div style="margin-bottom: 20px;"> |
| | | <el-button size='mini' type="text" class="btn_edit" @click="editAutography" style='top: 0px; bottom:20px;right: 20px;'> |
| | | <sapn v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"></sapn> |
| | | <span >{{ editMode ? this.bstn='保存' : this.bstn='修改' }}</span> |
| | | </el-button> |
| | | </div> |
| | | <el-tab-pane |
| | | label="个人简介"> |
| | | <template v-if="editMode"> |
| | | <div style="padding-top: 10px"> |
| | | <el-input v-model="autoGrahpy" type="textarea" ></el-input></div> |
| | | <div style="padding-top: 20px;margin-top: 10px;width: 90%;"> |
| | | <el-input v-model="autoGrahpy" autosize type="textarea" maxlength="1024" |
| | | ></el-input></div> |
| | | </template> |
| | | <template v-else> |
| | | {{autoGrahpy}} |
| | |
| | | } |
| | | .btn_edit{ |
| | | background:center no-repeat url('../../assets/icons/edit.png') ; |
| | | position: absolute; |
| | | top: 0; |
| | | float: right; |
| | | padding-right: 90px; |
| | | } |
| | | .bordered-col { |