优化监控中心样式

This commit is contained in:
fks-yangshouda
2024-08-15 15:34:50 +08:00
parent 7e97118634
commit a47f8ae50f
9 changed files with 147 additions and 44 deletions

View File

@@ -33,7 +33,7 @@
placeholder="请选择点位"
:style="{
top: '50px',
left: `${divWidth + 40}px`,
left: `${divWidth + 55}px`,
zIndex: 9,
position: 'absolute',
width: `${divWidth}px`,
@@ -44,7 +44,7 @@
placeholder="请选择频率"
:style="{
top: '50px',
left: `${divWidth * 2 + 50}px`,
left: `${divWidth * 2 + 65}px`,
zIndex: 9,
position: 'absolute',
width: `${divWidth}px`,
@@ -58,7 +58,7 @@
@calendarChange="onCalendarChange"
:style="{
top: '50px',
left: `${divWidth * 3 + 60}px`,
left: `${divWidth * 3 + 75}px`,
zIndex: 9,
position: 'absolute',
width: `${divWidth}px`,
@@ -68,7 +68,7 @@
type="primary"
:style="{
top: '50px',
left: `${divWidth * 4 + 70}px`,
left: `${divWidth * 4 + 85}px`,
zIndex: 9,
position: 'absolute',
}"
@@ -390,6 +390,10 @@
}
.parent-container {
// position: relative;
border-radius: 10px;
background: #ffffff;
padding-left: 10px;
padding-right: 10px;
height: 100%;
}