引入海康威视插件

This commit is contained in:
zhoumengru
2025-09-11 16:14:55 +08:00
parent 671dd9fec7
commit e995c25fd2
57 changed files with 11735 additions and 2304 deletions

View File

@@ -210,7 +210,8 @@ export default {
@import url(@/style/color.scss);
.monitor {
// width: 100%;
height: calc(100% - 40px);
// height: calc(100% - 40px);
height: 100%;
padding: 20px;
background: $bg1-color;
border-radius: 15px;
@@ -243,14 +244,13 @@ export default {
display: grid;
border-radius: 12px;
background: $bg2-color;
padding-top: 10px;
padding-top: 15px;
grid-template-rows: repeat(auto-fit, minmax(140px, 4fr));
.station-item {
flex: 1;
width: 100px;
margin: 0 10px 10px 10px;
margin: 0 15px 15px 15px;
border-radius: 12px;
min-width: 160px;
width: 180px;
display: flex;
flex-direction: column;
color: #fff;