This commit is contained in:
parent
10dc5bb077
commit
74fd6aca19
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue