This commit is contained in:
parent
10dc5bb077
commit
74fd6aca19
|
|
@ -30,7 +30,7 @@
|
|||
<view class="project-cont">
|
||||
<view v-for="(item, index) in projList" :key="item.id" class="single-proj" @click="toggleDetail(item.id)">
|
||||
<h4 class="img">
|
||||
<image src="https://cdn.uviewui.com/uview/swiper/1.jpg"></image>
|
||||
<image src="/static/images/studyPro.png"></image>
|
||||
</h4>
|
||||
<view class="proj-detail">
|
||||
<view class="detail-upper">
|
||||
|
|
|
|||
|
|
@ -531,7 +531,7 @@ export default {
|
|||
/* height: 400px; */
|
||||
overflow: auto;
|
||||
.left-content {
|
||||
width: 60vw;
|
||||
width: 50vw;
|
||||
.title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue