缩小头像
This commit is contained in:
@ -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";
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user