液冷页面优化
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
<el-card
|
<el-card
|
||||||
v-for="(item,index) in list"
|
v-for="(item,index) in list"
|
||||||
:key="index+'ylLise'"
|
:key="index+'ylLise'"
|
||||||
class="sbjk-card-container running-card-container common-card-container-body-no-padding common-card-container-no-title-bg"
|
class="sbjk-card-container running-card-container"
|
||||||
shadow="always">
|
shadow="always">
|
||||||
<div slot="header">
|
<div slot="header">
|
||||||
<span class="large-title">{{index+1}}#{{item.deviceName}}</span>
|
<span class="large-title">{{index+1}}#{{item.deviceName}}</span>
|
||||||
@ -93,15 +93,4 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.yl-warn-item-container{
|
|
||||||
background-color: #FFF1F0;
|
|
||||||
.header{
|
|
||||||
.header-title{
|
|
||||||
background-color: #FC6B69;
|
|
||||||
}
|
|
||||||
.header-values{
|
|
||||||
color: #FC6B69;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user