From 3efb4b13a0c22332f75b48af4015541d6833c1fe Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 29 五月 2024 11:17:20 +0800 Subject: [PATCH] 人物详情 --- src/pages/academicGenres/chart.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/academicGenres/chart.vue b/src/pages/academicGenres/chart.vue index 4e8faa4..5136fb3 100644 --- a/src/pages/academicGenres/chart.vue +++ b/src/pages/academicGenres/chart.vue @@ -3,7 +3,7 @@ style="width: 100%; height: 100%; display: flex; flex-direction: column" > <!-- 椤堕儴瀵艰埅 --> - <headNav :idIndex="3 + ''" text="鍘嗕唬瀛︽湳娴佹淳" /> + <headNav :idIndex="3 + ''" text="涓尰瀛︽湳娴佹淳" /> <view class="Midde flex"> <!-- <view class="MiddeBack">杩斿洖</view> --> <el-button class="MiddeBack flex flex-center" @click="goBack" @@ -11,7 +11,6 @@ > <view class="flex flex-center flex-column"> <view - class="" style=" font-weight: 900; margin-bottom: 0.2rem; @@ -51,7 +50,6 @@ " > <view - class="" :style="{ background: item.color }" style=" margin-right: 0.07rem; @@ -60,7 +58,7 @@ border-radius: 50%; " ></view> - <view class="" style="color: #2c2c2c; font-size: 0.12rem">{{ + <view style="color: #2c2c2c; font-size: 0.12rem">{{ item.name }}</view> </view> @@ -209,7 +207,6 @@ searchSchoolPerson({ keyword: item }).then((res) => { - console.log(res.list, i); for (let i = 0; i < res.list.length; i++) { const citem = res.list[i]; // 鑺傜偣 @@ -355,6 +352,9 @@ height: 0.24rem; font-size: 0.12rem; padding: 0; + border-radius: 0; + border: 1px solid #9e9e9e; + color: #000; } .Lists { -- Gitblit v1.9.1