|
@@ -19,7 +19,7 @@
|
|
|
<span class="person" style="height: 20px;overflow: hidden;
|
|
|
text-overflow:ellipsis;
|
|
|
white-space: nowrap;">{{ item.zbmc }}</span>
|
|
|
- <span class="result">{{ item.ss || '-'}}</span>
|
|
|
+ <span class="result" :class="item.ss >= 60 ? 'rescs':'' ">{{ item.ss || '-'}}</span>
|
|
|
<span class="result1">{{ item.zt || '-'}}</span>
|
|
|
<span class="result2" style="overflow: hidden;
|
|
|
text-overflow:ellipsis;
|
|
@@ -121,6 +121,9 @@ white-space: nowrap;">{{ item.yjddsj || '-'}}</span>
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang='less'>
|
|
|
+ .rescs{
|
|
|
+ color: #DB5555;
|
|
|
+ }
|
|
|
::-webkit-scrollbar {
|
|
|
border-radius: 3px;
|
|
|
width: 8px;
|