个例手机样式问题

This commit is contained in:
zhangsir
2024-07-09 17:29:57 +08:00
parent 02cc4a1297
commit c5e974e8aa

View File

@@ -26,14 +26,30 @@
<table>
<thead>
<tr style="background: #F0F6FC;display: flex;align-items: center;">
<th class="first" align="center"><view class="text">
</view></th>
<th class="item1" v-for="item in titleList" align="center">{{ item.title }}</th>
<th style="display: block;text-align: center;" class="first" align="center">
<view style="width: 212rpx;border-collapse: collapse;" class="text"></view>
</th>
<th style="width: 156rpx;
min-height: 100rpx;
text-align: center;
border: 2rpx solid #F0F6FC;
background: #F0F6FC;
font-weight: bold;
color: #387DF7;
font-weight: bold;
border-collapse: collapse;
display: flex;
justify-content: center;
align-items: center;" class="item1" v-for="item in titleList" align="center">{{ item.title }}</th>
</tr>
</thead>
<tbody>
<tr style="display: flex;align-items: center;" v-for="item,index in preparedData" :key="index">
<td class="first" align="center"><view class="text">{{ item.isOtherPosition == 1 ? item.positionName + '(' + item.organizationName + ')' : item.positionName }}</view></td>
<td style="display: block;text-align: center;" class="first" align="center">
<view class="text" style="width: 212rpx;border-collapse: collapse;">
{{ item.isOtherPosition == 1 ? item.positionName + '(' + item.organizationName + ')' : item.positionName }}
</view>
</td>
<td :style="{width: 158 * t.number + 'rpx'}" class="item" align="center" v-for="t,i in item.bandCodes">
<image
v-if="(t && t.isMajorPosition) "