缩小头像

This commit is contained in:
cxc
2022-12-07 11:46:49 +08:00
parent 4ba7585aaa
commit 9fce7c22e7
6 changed files with 10 additions and 9 deletions

View File

@ -70,7 +70,7 @@
</template>
<script setup name="ExpertItem">
import logo from "../../../../assets/logo/logo_small.png";
import logo from "@/assets/logo/avatar.png";
import wordcloud from "./wordcloud.vue";
import { useRoute, useRouter } from "vue-router";
// import collectAndVisit from "./collectAndVisit.vue";

View File

@ -555,13 +555,13 @@ function getDataList() {
box-sizing: border-box;
padding: 20px;
background: #fff;
.describe {
font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
margin-bottom: 5px;
}
// .describe {
// font-size: 14px;
// font-family: Source Han Sans CN;
// font-weight: 400;
// color: #666666;
// margin-bottom: 5px;
// }
}
.pointTit {