更新
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
<DeviceLine v-if="activeMenu === 'line'" :device="device" />
|
||||
<DeviceTrend v-if="activeMenu === 'trend'" :device="device" />
|
||||
<DeviceConfig v-if="activeMenu === 'config'" :device="device" />
|
||||
<!-- <DeviceAlarm v-show="activeMenu === 'alarm'" :device="device" /> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -29,7 +28,6 @@
|
||||
import DeviceLine from './components/line/index.vue'
|
||||
import DeviceTrend from './components/trend/index.vue'
|
||||
import DeviceConfig from './components/config/index.vue'
|
||||
import DeviceAlarm from './components/alarm/index.vue'
|
||||
|
||||
defineProps({
|
||||
device: {
|
||||
@@ -64,7 +62,9 @@
|
||||
background:
|
||||
linear-gradient(90deg, rgba(8, 27, 54, 0.9), rgba(4, 15, 32, 0.76)),
|
||||
radial-gradient(circle at 20% 20%, rgba(0, 212, 255, 0.16), transparent 36%);
|
||||
box-shadow: var(--tech-shadow), inset 0 0 26px rgba(0, 212, 255, 0.08);
|
||||
box-shadow:
|
||||
var(--tech-shadow),
|
||||
inset 0 0 26px rgba(0, 212, 255, 0.08);
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user