|
@@ -35,7 +35,6 @@
|
|
<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/pfind.png`" width="64" height="64"></u-image>
|
|
<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/pfind.png`" width="64" height="64"></u-image>
|
|
<text class="nav-txt">产品查询</text>
|
|
<text class="nav-txt">产品查询</text>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
<view class="nav-item" @click="toPage('/pages/sales/chooseCustomerBill')" v-if="$hasPermissions('M_ARStatement_mobile')">
|
|
<view class="nav-item" @click="toPage('/pages/sales/chooseCustomerBill')" v-if="$hasPermissions('M_ARStatement_mobile')">
|
|
<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/billImg.png`" width="64" height="64"></u-image>
|
|
<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/billImg.png`" width="64" height="64"></u-image>
|
|
<text class="nav-txt">应收对账单</text>
|
|
<text class="nav-txt">应收对账单</text>
|
|
@@ -264,7 +263,7 @@
|
|
}
|
|
}
|
|
.nav-cont{
|
|
.nav-cont{
|
|
.nav-item{
|
|
.nav-item{
|
|
- width: 32%;
|
|
|
|
|
|
+ flex:1;
|
|
margin-right: 2%;
|
|
margin-right: 2%;
|
|
border-radius: 25upx;
|
|
border-radius: 25upx;
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|