svg拓扑图修改为canvas拓扑图

This commit is contained in:
huangjp
2026-03-09 14:50:40 +08:00
parent b0a6891bce
commit ad1d898e7d
30 changed files with 5463 additions and 3395 deletions

View File

@ -12,7 +12,7 @@
<view class="bg-box">
<view class="userinfo">
<view class="image" @click="navTo('info')">
<image style="width: 100%" src="/static/aidex/login/bg-logo2.png"></image>
<image style="width: 100%" src="/static/aidex/login/bg-logo1.png"></image>
</view>
<view class="info" style="display: flex; justify-content: space-between">
<view>
@ -306,9 +306,9 @@
.image {
flex-shrink: 0;
width: 60%;
margin-top: 100rpx;
height: 150rpx;
width: 40%;
margin-top: 80rpx;
height: 200rpx;
image {
width: 100%;