From ed96edec7c6dfd4944d0ee1c6d924c7cb808428c Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期五, 18 十月 2024 10:43:47 +0800
Subject: [PATCH] 修改了相应的bug

---
 ruoyi-ui/src/views/homeRoot/personInfo.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/ruoyi-ui/src/views/homeRoot/personInfo.vue b/ruoyi-ui/src/views/homeRoot/personInfo.vue
index e44dbda..c253e12 100644
--- a/ruoyi-ui/src/views/homeRoot/personInfo.vue
+++ b/ruoyi-ui/src/views/homeRoot/personInfo.vue
@@ -129,16 +129,18 @@
 		
 							 
 			   
-			   
-				<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}}
@@ -317,8 +319,7 @@
 }
 .btn_edit{
   background:center no-repeat url('../../assets/icons/edit.png') ;
-  position: absolute;
-  top: 0;
+	float: right;
   padding-right: 90px;
 }
 .bordered-col {

--
Gitblit v1.9.1