feat: 修改图标

This commit is contained in:
sundongyu 2024-06-26 15:19:52 +08:00
parent 2ab43bfe14
commit a201815720
11 changed files with 11 additions and 11 deletions

View File

@ -16,7 +16,7 @@
</view> </view>
<view class="card-content" @click="drivingLicence"> <view class="card-content" @click="drivingLicence">
<view class="card-content-top"> <view class="card-content-top">
<image class="image" src="../../static/驾驶证.png" /> <image class="image" src="../../static/jiashizheng.png" />
<text style="margin-left: 30rpx">驾驶证</text> <text style="margin-left: 30rpx">驾驶证</text>
</view> </view>
<view class="card-content-bottom"> <view class="card-content-bottom">
@ -87,52 +87,52 @@
import { ref } from 'vue'; import { ref } from 'vue';
const businessList = ref([ const businessList = ref([
{ {
img: '../../static/日历.png', img: '../../static/rili.png',
text: '考试预约\n\n', text: '考试预约\n\n',
id: '1' id: '1'
}, },
{ {
img: '../../static/新车选号.png', img: '../../static/xinche.png',
text: '新车选号\n\n', text: '新车选号\n\n',
id: '2' id: '2'
}, },
{ {
img: '../../static/备案.png', img: '../../static/beian.png',
text: '备案非本\n人机动车', text: '备案非本\n人机动车',
id: '3' id: '3'
}, },
{ {
img: '../../static/新车选号.png', img: '../../static/xinche.png',
text: '申请新车\n临时号牌', text: '申请新车\n临时号牌',
id: '4' id: '4'
}, },
{ {
img: '../../static/认领.png', img: '../../static/renling.png',
text: '业务委托\n申请', text: '业务委托\n申请',
id: '5' id: '5'
}, },
{ {
img: '../../static/老人.png', img: '../../static/laoren.png',
text: '老年人业\n务代办', text: '老年人业\n务代办',
id: '6' id: '6'
}, },
{ {
img: '../../static/公布.png', img: '../../static/gongbu.png',
text: '号牌号段\n公布', text: '号牌号段\n公布',
id: '7' id: '7'
}, },
{ {
img: '../../static/考试.png', img: '../../static/kaoshi.png',
text: '考试信息\n公布', text: '考试信息\n公布',
id: '8' id: '8'
}, },
{ {
img: '../../static/一键挪车.png', img: '../../static/nuoche.png',
text: '一键挪车\n\n', text: '一键挪车\n\n',
id: '9' id: '9'
}, },
{ {
img: '../../static/更多.png', img: '../../static/gengduo.png',
text: '更多\n\n', text: '更多\n\n',
id: '10' id: '10'
} }

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB