修改slogan禁用
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<li
|
||||
v-for="item,index in printCatecoryList"
|
||||
class="printModel_item"
|
||||
:class="{active:item.value == 'Slogan'}"
|
||||
@click.stop="setSceneList(item)"
|
||||
:title="item.value == 'Pattern'?$t('PrintboardUpload.PatternTitle'):
|
||||
item.value == 'Logo'?$t('PrintboardUpload.LogoTitle'):
|
||||
|
||||
@@ -110,9 +110,11 @@
|
||||
padding: 0 calc(1rem*1.2);
|
||||
&.active{
|
||||
// opacity: .4;
|
||||
pointer-events: none;
|
||||
color: #a4a4a4 !important;
|
||||
background: #ebebeb !important;
|
||||
cursor: not-allowed;
|
||||
|
||||
}
|
||||
}
|
||||
.printModel_item:hover{
|
||||
|
||||
Reference in New Issue
Block a user