This commit is contained in:
binbin_pan 2024-11-26 10:50:30 +08:00
parent 10dc5bb077
commit 74fd6aca19
3 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
<view class="project-cont"> <view class="project-cont">
<view v-for="(item, index) in projList" :key="item.id" class="single-proj" @click="toggleDetail(item.id)"> <view v-for="(item, index) in projList" :key="item.id" class="single-proj" @click="toggleDetail(item.id)">
<h4 class="img"> <h4 class="img">
<image src="https://cdn.uviewui.com/uview/swiper/1.jpg"></image> <image src="/static/images/studyPro.png"></image>
</h4> </h4>
<view class="proj-detail"> <view class="proj-detail">
<view class="detail-upper"> <view class="detail-upper">

View File

@ -531,7 +531,7 @@ export default {
/* height: 400px; */ /* height: 400px; */
overflow: auto; overflow: auto;
.left-content { .left-content {
width: 60vw; width: 50vw;
.title { .title {
display: flex; display: flex;
align-items: center; align-items: center;

BIN
static/images/studyPro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB