This commit is contained in:
zhangsir
2024-06-26 16:34:17 +08:00
parent 1e28aa139f
commit 1fe94a9f21
2 changed files with 77 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
<image class="img" src="../../static/images/learnpath/thispath.png" mode=""></image>
<text class="text">当前路径</text>
</view>
<view class="item">
<view class="item" style="margin-left: 80rpx;">
<image class="img" src="../../static/images/learnpath/otherpath.png" mode=""></image>
<text class="text">其他路径</text>
</view>
@@ -23,7 +23,7 @@
</view>
<view class="table">
<view class="table-container">
<table width="100%">
<table>
<thead>
<tr style="background: #F0F6FC;display: flex;align-items: center;">
<th class="first" align="center"><view class="text">
@@ -34,7 +34,7 @@
<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="{width: 222 * t.number + 'rpx'}" class="item" align="center" v-for="t,i in item.bandCodes">
<td :style="{width: 158 * t.number + 'rpx'}" class="item" align="center" v-for="t,i in item.bandCodes">
<image
v-if="(t && t.isMajorPosition) "
src="@/static/images/learnpath/thispath.png"
@@ -205,7 +205,7 @@
height: 100vh;
.table {
.table-container {
width: 100%;
/* width: 100%; */
overflow-x: auto;
}
table {
@@ -243,7 +243,7 @@
}
.item1{
/* padding: 12px 20px; */
width: 220rpx;
width: 156rpx;
min-height: 100rpx;
text-align: center;
border: 2rpx solid #F0F6FC;
@@ -257,7 +257,7 @@
align-items: center;
}
.item{
width: 220rpx;
width: 156rpx;
min-height: 120rpx;
text-align: center;
border: 2rpx solid #F0F6FC;
@@ -318,7 +318,7 @@
}
.path{
display: flex;
justify-content: space-between;
/* justify-content: space-between; */
align-items: center;
margin-bottom: 30rpx;
.item{