优化首页

jc1.0
fanluyan 1 year ago
parent 61c559ca6e
commit 7bdb9007b5

@ -40,6 +40,7 @@ export default {
padding: 12px;
overflow-y: auto;
box-sizing: border-box;
overflow-x: hidden;
}
}
}

@ -131,7 +131,7 @@ export default {
box-shadow: inset 0 4px 44px 0 #106cde;
}
.divcenter {
height: 190px;
height: 230px;
margin-bottom: 10px;
background: rgba(8, 9, 36, 0.28);
-webkit-backdrop-filter: blur(10px);
@ -141,7 +141,7 @@ export default {
background-size: 100% 100%;
}
.divBottom {
height: 248px;
height: 208px;
background: rgba(255, 27, 27, 0.2);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);

@ -218,7 +218,7 @@ export default {
.cardContent {
padding: 10px !important;
box-sizing: border-box;
height: calc(100% - 52px);
height: 180px;
.el-table--mini .el-table__cell {
padding: 3px 0;
text-align: center;

@ -11,7 +11,7 @@
ref="restauranttable"
:data="tableData"
class="tableHi"
height="192px"
height="154px"
>
<el-table-column align="center" prop="warnTime" label="报警时间">
</el-table-column>

Loading…
Cancel
Save