@@ -188,7 +187,7 @@ input:-internal-autofill-selected {
color: var(--theme-text-default) !important;
}
.search {
- color:#fff;
+ color: #fff;
display: flex;
flex-direction: column;
justify-content: space-between;
@@ -232,12 +231,12 @@ input:-internal-autofill-selected {
.date-picker {
width: 360px;
- .ant-picker{
- background: transparent;
- border: 1px solid #00B9D0;
- .ant-picker-input >input{
- color: #fff!important;
- }
+ .ant-picker {
+ background: transparent;
+ border: 1px solid #00b9d0;
+ .ant-picker-input > input {
+ color: #fff !important;
+ }
}
}
@@ -323,19 +322,13 @@ input:-internal-autofill-selected {
}
.bottom {
display: flex;
- margin-top: 15px;
- margin-bottom: 15px;
+ margin-top: 20px;
+ margin-bottom: 20px;
justify-content: space-between;
align-items: center;
- .button{
+ .button {
margin-left: 10px;
}
-
- }
-
-
}
-
-
-
+}
diff --git a/web/src/components/monitor/device.vue b/web/src/components/monitor/device.vue
index c7b70e8..1444f3c 100644
--- a/web/src/components/monitor/device.vue
+++ b/web/src/components/monitor/device.vue
@@ -1,8 +1,8 @@