|
@@ -38,7 +38,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="dane-content">
|
|
<div class="dane-content">
|
|
<slot>
|
|
<slot>
|
|
- <Content class="h-full" :moduleData="moduleData" :data="selectedDevice" />
|
|
|
|
|
|
+ <Content style="height: 100%" :moduleData="moduleData" :data="selectedDevice" />
|
|
</slot>
|
|
</slot>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -118,7 +118,7 @@
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 34px;
|
|
height: 34px;
|
|
- padding: 0 30px 0 50px;
|
|
|
|
|
|
+ padding: 0 40px 0 50px;
|
|
|
|
|
|
.common-navL {
|
|
.common-navL {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -161,7 +161,8 @@
|
|
border-width: 2px;
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
border-style: solid;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- background-image: linear-gradient(#00000000 94%, #1dabeb11);
|
|
|
|
|
|
+ border-top: none;
|
|
|
|
+ background-image: linear-gradient(#000723 94%, #1dabeb11);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -181,15 +182,11 @@
|
|
}
|
|
}
|
|
|
|
|
|
.dane-w {
|
|
.dane-w {
|
|
- background: url('@/assets/images/home-container/configurable/firehome/common-border3.png') no-repeat;
|
|
|
|
- background-size: 100% auto;
|
|
|
|
- .dane-content {
|
|
|
|
- background: none;
|
|
|
|
- border: none;
|
|
|
|
- }
|
|
|
|
|
|
+ background-image: url(/home/zekong/mky-vent-base/src/assets/images/home-container/configurable/firehome/module-title-long.png);
|
|
|
|
+ background-size: 100% 37px;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-select-selector) {
|
|
|
|
|
|
+ :deep(.zxm-select-selector) {
|
|
height: 22px !important;
|
|
height: 22px !important;
|
|
border: none !important;
|
|
border: none !important;
|
|
// background-color: rgb(15 64 88) !important;
|
|
// background-color: rgb(15 64 88) !important;
|
|
@@ -197,47 +194,51 @@
|
|
color: #8087a1 !important;
|
|
color: #8087a1 !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-select-selection-placeholder) {
|
|
|
|
|
|
+ :deep(.zxm-select-selection-placeholder) {
|
|
color: #8087a1 !important;
|
|
color: #8087a1 !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-select-arrow) {
|
|
|
|
|
|
+ :deep(.zxm-select-arrow) {
|
|
color: #8087a1 !important;
|
|
color: #8087a1 !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-picker) {
|
|
|
|
|
|
+ :deep(.zxm-picker) {
|
|
border: none !important;
|
|
border: none !important;
|
|
background-color: rgb(15 64 88) !important;
|
|
background-color: rgb(15 64 88) !important;
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
color: #a1dff8 !important;
|
|
color: #a1dff8 !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-picker-input > input) {
|
|
|
|
|
|
+ :deep(.zxm-picker-input > input) {
|
|
color: #a1dff8 !important;
|
|
color: #a1dff8 !important;
|
|
text-align: center !important;
|
|
text-align: center !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-picker-separator) {
|
|
|
|
|
|
+ :deep(.zxm-picker-separator) {
|
|
color: #a1dff8 !important;
|
|
color: #a1dff8 !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-picker-active-bar) {
|
|
|
|
|
|
+ :deep(.zxm-picker-active-bar) {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-picker-suffix) {
|
|
|
|
|
|
+ :deep(.zxm-picker-suffix) {
|
|
color: #a1dff8 !important;
|
|
color: #a1dff8 !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-switch) {
|
|
|
|
|
|
+ :deep(.zxm-switch) {
|
|
min-width: 48px !important;
|
|
min-width: 48px !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-switch-checked) {
|
|
|
|
|
|
+ :deep(.zxm-switch-checked) {
|
|
background-color: rgb(15 64 89) !important;
|
|
background-color: rgb(15 64 89) !important;
|
|
}
|
|
}
|
|
|
|
|
|
- :deep(.vMonitor-switch-handle::before) {
|
|
|
|
|
|
+ :deep(.zxm-switch-handle::before) {
|
|
background-color: rgb(33 179 247) !important;
|
|
background-color: rgb(33 179 247) !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ :deep(.zxm-select-selection-item) {
|
|
|
|
+ color: #fff !important;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|