修复bug
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
<div class="title">{{ item.title }}</div>
|
||||
<div class="info">{{ item.info }}</div>
|
||||
<div class="detail">{{ item.detail }}</div>
|
||||
<div class="highlight">{{ item.highlight }}</div>
|
||||
<div class="gallery_btn gallery_btn_radius" @click="createAccount">Create account</div>
|
||||
<div class="highlight" v-if="item.highlight">{{ item.highlight }}</div>
|
||||
<div class="gallery_btn gallery_btn_radius" :class="{active:item.title == '------------------'}" @click="createAccount">Create account</div>
|
||||
</div>
|
||||
<ul class="product_detail">
|
||||
<li v-for="detailItem in item.detailList">{{ detailItem }}</li>
|
||||
@@ -69,6 +69,31 @@
|
||||
'Suitable for individual creators and freelance designers to use'
|
||||
]
|
||||
},
|
||||
{
|
||||
title:"------------------",
|
||||
info:"--- / Year",
|
||||
detail:"---------------------------------------------",
|
||||
// highlight:"---------------",
|
||||
detailList:[
|
||||
'---------------------------------------',
|
||||
'---------------------------------------',
|
||||
'---------------------------------------',
|
||||
'---------------------------------------',
|
||||
'---------------------------------------',
|
||||
]
|
||||
},{
|
||||
title:"------------------",
|
||||
info:"--- / Year",
|
||||
detail:"---------------------------------------------",
|
||||
// highlight:"---------------",
|
||||
detailList:[
|
||||
'---------------------------------------',
|
||||
'---------------------------------------',
|
||||
'---------------------------------------',
|
||||
'---------------------------------------',
|
||||
'---------------------------------------',
|
||||
]
|
||||
},
|
||||
// {
|
||||
// title:"Education Edition",
|
||||
// info:"XXX / Year",
|
||||
@@ -216,6 +241,9 @@
|
||||
border: 2px solid #000;
|
||||
padding: 3rem;
|
||||
position: relative;
|
||||
.active{
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
.product_detail{
|
||||
margin-top: 4rem;
|
||||
|
||||
Reference in New Issue
Block a user