|
@@ -52,13 +52,13 @@
|
|
v-for="item in mainData.requirementData.subSecCountList"
|
|
v-for="item in mainData.requirementData.subSecCountList"
|
|
:key="item.label"
|
|
:key="item.label"
|
|
class="item"
|
|
class="item"
|
|
- style="margin-left: 30px;line-height: 20px;"
|
|
|
|
|
|
+ style="margin-left: 20px;line-height: 20px;"
|
|
@click.stop="$emit(
|
|
@click.stop="$emit(
|
|
'checkDetialModal',
|
|
'checkDetialModal',
|
|
{ ...mainData.requirementData, activeLabel: item.label }
|
|
{ ...mainData.requirementData, activeLabel: item.label }
|
|
)"
|
|
)"
|
|
>
|
|
>
|
|
- <span class="mark" style="border: 5px solid #000;" />
|
|
|
|
|
|
+ <span class="mark" style="border: 4px solid #666666;" />
|
|
<span class="title">{{ item.label }}: </span><span class="value"><span class="textFont isHove">{{ item.countStr }}</span>{{ item.unit }}</span>
|
|
<span class="title">{{ item.label }}: </span><span class="value"><span class="textFont isHove">{{ item.countStr }}</span>{{ item.unit }}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -477,11 +477,11 @@ export default {
|
|
flex: 1;
|
|
flex: 1;
|
|
.mark {
|
|
.mark {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 10px;
|
|
|
|
- height: 10px;
|
|
|
|
|
|
+ width: 5px;
|
|
|
|
+ height: 5px;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
- margin-right: 10px;
|
|
|
|
|
|
+ margin-right: 5px;
|
|
}
|
|
}
|
|
.item {
|
|
.item {
|
|
font-size: 12px;
|
|
font-size: 12px;
|