|
|
@ -1,5 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div style="padding: 16px;min-height: calc(100vh - 84px);display: flex; justify-content: center;align-items: center;"> |
|
|
<div v-loading="loading" |
|
|
|
|
|
style="padding: 16px;min-height: calc(100vh - 84px);display: flex; justify-content: center;align-items: center;"> |
|
|
<div class="div-box"> |
|
|
<div class="div-box"> |
|
|
<div class="div-box-title"> 游泳馆远程监测 </div> |
|
|
<div class="div-box-title"> 游泳馆远程监测 </div> |
|
|
<div class="div-ul"> |
|
|
<div class="div-ul"> |
|
|
@ -155,13 +156,16 @@ export default { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
margin-bottom: 12px; |
|
|
margin-bottom: 12px; |
|
|
|
|
|
|
|
|
div { |
|
|
div { |
|
|
flex: 1 |
|
|
flex: 1 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
span { |
|
|
span { |
|
|
color: #666; |
|
|
color: #666; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.div-li:last-child { |
|
|
.div-li:last-child { |
|
|
margin-bottom: 0; |
|
|
margin-bottom: 0; |
|
|
} |
|
|
} |
|
|
|