|
@@ -20,7 +20,7 @@
|
|
|
:style="{ color: currentItem.id === i.id ? '#409eff' : '' }"
|
|
|
@click="handleItemClick(i)"
|
|
|
>
|
|
|
- <div v-if="activeName === 'first'">v {{ i.version }}</div>
|
|
|
+ <div v-if="activeName === 'first'">{{ i.code }}</div>
|
|
|
<div v-if="activeName === 'second'">
|
|
|
{{ i.code }}
|
|
|
</div>
|
|
@@ -216,7 +216,7 @@ getDetailsData();
|
|
|
.content-box {
|
|
|
display: flex;
|
|
|
.left {
|
|
|
- width: 100px;
|
|
|
+ width: 160px;
|
|
|
// background: #ccc;
|
|
|
.left-item {
|
|
|
height: 36px;
|
|
@@ -226,7 +226,7 @@ getDetailsData();
|
|
|
}
|
|
|
}
|
|
|
.right {
|
|
|
- width: calc(100% - 100px);
|
|
|
+ width: calc(100% - 160px);
|
|
|
padding-left: 10px;
|
|
|
}
|
|
|
}
|