diff --git a/src/assets/less/index.less b/src/assets/less/index.less
index de0a954..17d572a 100644
--- a/src/assets/less/index.less
+++ b/src/assets/less/index.less
@@ -1,106 +1,63 @@
.type-time {
- padding-right: 4%;
- padding-top: 3%;
- font-size: 16px;
- display: flex;
- justify-content: right;
+ padding-right: 4%;
+ padding-top: 3%;
+ font-size: 16px;
+ display: flex;
+ justify-content: right;
- span {
- padding: 0 2%;
- cursor: pointer;
- }
-
- .select {
- color: #45a2ff;
- position: relative;
-
- &:after {
- content: '';
- position: absolute;
- display: block;
- width: 72%;
- left: 6px;
- bottom: -12px;
- height: 6px;
- background: url('../images/light.png') no-repeat;
- background-size: 100% 100%;
+ span {
+ padding: 0 2%;
+ cursor: pointer;
}
- }
- .unSelect {
- color: #a3a4a4;
- }
+ .select {
+ color: #45a2ff;
+ position: relative;
+
+ &:after {
+ content: '';
+ position: absolute;
+ display: block;
+ width: 72%;
+ left: 6px;
+ bottom: -12px;
+ height: 6px;
+ background: url('../images/light.png') no-repeat;
+ background-size: 100% 100%;
+ }
+ }
+
+ .unSelect {
+ color: #a3a4a4;
+ }
}
*::-webkit-scrollbar {
- width: 12px;
- height: 12px;
+ width: 12px;
+ height: 12px;
}
*::-webkit-scrollbar-button {
- width: 0;
- height: 0;
- display: none;
+ width: 0;
+ height: 0;
+ display: none;
}
*::-webkit-scrollbar-corner {
- background-color: transparent;
+ background-color: transparent;
}
*::-webkit-scrollbar-thumb {
- border: 4px solid rgba(0, 0, 0, 0);
- height: 6px;
- border-radius: 25px;
- background-clip: padding-box;
- background-color: rgba(0, 0, 0, 0.3);
-}
-
-/*
- antd表格样式
-*/
-.ant-table-thead > tr > th {
- border-bottom: 1px solid #1e73c2 !important;
-}
-
-.ant-table-body {
- background-color: #00152b;
-}
-
-.ant-modal-header {
- border-bottom: none !important;
-}
-
-.ant-table-tbody > tr > td {
- border-bottom: 1px solid #1e73c2 !important;
- background-color: #00152b;
- color: #ffffff;
-}
-
-.ant-table-tbody > tr.ant-table-row:hover > td,
-.ant-table-tbody > tr > td.ant-table-cell-row-hover,
-.ant-table-thead > tr > th {
- background-color: #00152b !important;
- color: #ffffff !important;
-}
-
-.ant-table-cell-scrollbar {
- box-shadow: none !important;
-}
-
-/*
- 表格滚动条
-*/
-.ant-table-body::-webkit-scrollbar-thumb {
- border: 4px solid rgba(0, 0, 0, 0);
- height: 6px;
- border-radius: 25px;
- background-clip: padding-box;
- background-color: rgba(30, 115, 194, 0.3);
+ border: 4px solid rgba(0, 0, 0, 0);
+ height: 6px;
+ border-radius: 25px;
+ background-clip: padding-box;
+ background-color: rgba(0, 0, 0, 0.3);
}
.helicopter {
- width: 60px;
- height: 60px;
- background: url("../img/helicopter.png") no-repeat;
- background-size: 100% 100%;
-}
\ No newline at end of file
+ width: 60px;
+ height: 60px;
+ background: url('../img/helicopter.png') no-repeat;
+ background-size: 100% 100%;
+}
diff --git a/src/components/body-d-left/oneL.vue b/src/components/body-d-left/oneL.vue
index d1d2854..8457a17 100644
--- a/src/components/body-d-left/oneL.vue
+++ b/src/components/body-d-left/oneL.vue
@@ -105,4 +105,4 @@
}
}
}
-
\ No newline at end of file
+
diff --git a/src/components/body-d-left/threeL.vue b/src/components/body-d-left/threeL.vue
index 7feec2c..e772307 100644
--- a/src/components/body-d-left/threeL.vue
+++ b/src/components/body-d-left/threeL.vue
@@ -112,4 +112,4 @@
}
}
}
-
\ No newline at end of file
+
diff --git a/src/components/body-d-left/twoL.vue b/src/components/body-d-left/twoL.vue
index 7d70697..37b9f3d 100644
--- a/src/components/body-d-left/twoL.vue
+++ b/src/components/body-d-left/twoL.vue
@@ -214,4 +214,4 @@
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
background-color: #002e64 !important;
}
-
\ No newline at end of file
+
diff --git a/src/components/body-d-right/oneR.vue b/src/components/body-d-right/oneR.vue
index 76e6521..ad38a65 100644
--- a/src/components/body-d-right/oneR.vue
+++ b/src/components/body-d-right/oneR.vue
@@ -158,11 +158,6 @@
}
}
- .dialog-con {
- background-color: #00152b;
- border: 1px solid #129bff;
- }
-
.police-con {
color: #ffffff;
background-color: #00152b;
@@ -184,4 +179,54 @@
}
}
}
-
\ No newline at end of file
+
+
diff --git a/src/components/chinaMap/chinaMap.vue b/src/components/chinaMap/chinaMap.vue
index 1b9c040..9787c4f 100644
--- a/src/components/chinaMap/chinaMap.vue
+++ b/src/components/chinaMap/chinaMap.vue
@@ -398,4 +398,4 @@
}
}
}
-
\ No newline at end of file
+
diff --git a/src/components/item-d/item-d.vue b/src/components/item-d/item-d.vue
index c24051f..8f3e2be 100644
--- a/src/components/item-d/item-d.vue
+++ b/src/components/item-d/item-d.vue
@@ -1,15 +1,21 @@