规则的source字段调整
This commit is contained in:
parent
20974524ba
commit
f550c6cc51
|
@ -71,34 +71,34 @@
|
||||||
<div class="monitor-list-item-content">
|
<div class="monitor-list-item-content">
|
||||||
<div class="monitor-list-item-content-info">
|
<div class="monitor-list-item-content-info">
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col :span="5" class="monitor-list-item-content-info-key">Source:</a-col>
|
<a-col :span="4" class="monitor-list-item-content-info-key">Source:</a-col>
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
{{ item.source.join("、") }}
|
{{ item.source.join("、") }}
|
||||||
</template>
|
</template>
|
||||||
<a-col :span="17" class="monitor-list-item-content-info-val">
|
<a-col :span="18" class="monitor-list-item-content-info-val">
|
||||||
{{ item.source.join("、") }}
|
{{ item.source.join("、") }}
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col :span="5" class="monitor-list-item-content-info-key">Stations:</a-col>
|
<a-col :span="4" class="monitor-list-item-content-info-key">Stations:</a-col>
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
{{ item.stations.join("、") }}
|
{{ item.stations.join("、") }}
|
||||||
</template>
|
</template>
|
||||||
<a-col :span="17" class="monitor-list-item-content-info-val">
|
<a-col :span="18" class="monitor-list-item-content-info-val">
|
||||||
{{ item.stations.join("、") }}
|
{{ item.stations.join("、") }}
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col :span="5" class="monitor-list-item-content-info-key">Nuclides:</a-col>
|
<a-col :span="4" class="monitor-list-item-content-info-key">Nuclides:</a-col>
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
{{ item.nuclides.join("、") }}
|
{{ item.nuclides.join("、") }}
|
||||||
</template>
|
</template>
|
||||||
<a-col :span="17" class="monitor-list-item-content-info-val">
|
<a-col :span="18" class="monitor-list-item-content-info-val">
|
||||||
{{ item.nuclides.join("、") }}
|
{{ item.nuclides.join("、") }}
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
|
@ -652,6 +652,7 @@ export default {
|
||||||
// vertical-align: middle;
|
// vertical-align: middle;
|
||||||
}
|
}
|
||||||
&-val{
|
&-val{
|
||||||
|
margin-left: 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user