|
@@ -206,9 +206,9 @@
|
|
|
src="../assets/img/report/wd_left.png"
|
|
|
alt=""
|
|
|
/>
|
|
|
- <div style="background-color: #dcebff; flex: 1; line-height: 30px">
|
|
|
- <span class="totol_all">维度:</span>
|
|
|
- <span>{{ userData1[index].dimensionName }}</span>
|
|
|
+ <div style="background-color: #dcebff; flex: 1; line-height: 30px;display:flex">
|
|
|
+ <span class="totol_all" style="letter-spacing: 3px;">维度:</span>
|
|
|
+ <span style="display: flex;" >{{userData1[index].dimensionName}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="right">
|
|
@@ -217,9 +217,9 @@
|
|
|
src="../assets/img/report/wd_right.png"
|
|
|
alt=""
|
|
|
/>
|
|
|
- <div style="background-color: #ffdfdb; flex: 1; line-height: 30px">
|
|
|
- <span class="totol_all">维度:</span>
|
|
|
- <span> {{ userData2[index].dimensionName }}</span>
|
|
|
+ <div style="background-color: #ffdfdb; flex: 1; line-height: 30px;display:flex">
|
|
|
+ <span class="totol_all" style="letter-spacing: 3px;">维度:</span>
|
|
|
+ <span> {{userData2[index].dimensionName}}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|