|
@@ -192,9 +192,10 @@
|
|
|
</p>
|
|
|
</el-tooltip>
|
|
|
<div class="p2">
|
|
|
- <div v-for="(txt, indexs) in item.resArr">
|
|
|
+ <div v-for="(txt, indexs) in item.resArr" :key="indexs">
|
|
|
<span
|
|
|
v-for="(txts, indexs) in txt"
|
|
|
+ :key="indexs"
|
|
|
v-html="txts"
|
|
|
></span>
|
|
|
</div>
|
|
@@ -1139,9 +1140,11 @@ export default {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- padding: 0 12px;
|
|
|
+ padding: 8px 12px 0;
|
|
|
align-items: center;
|
|
|
background: #fff !important;
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
+ border-radius: 4px 4px 0 0;
|
|
|
> :nth-child(1) {
|
|
|
font-weight: 500;
|
|
|
font-size: 16px;
|