diff --git a/src/views/screen/gwScreen/components/left/AllEquip.vue b/src/views/screen/gwScreen/components/left/AllEquip.vue
index a49016cd..bc650861 100644
--- a/src/views/screen/gwScreen/components/left/AllEquip.vue
+++ b/src/views/screen/gwScreen/components/left/AllEquip.vue
@@ -476,6 +476,41 @@ export default {
::v-deep .el-dialog__header {
display: none;
}
+::v-deep .el-table {
+ // 启用斑马纹
+ &.el-table--striped .el-table__body {
+ tr.el-table__row--striped td {
+ background-color: #0d214580 !important; // 浅紫色
+ }
+ }
+
+ .el-table__header {
+ background: transparent;
+ }
+
+ &.el-table--striped .el-table__body tr.el-table__row:hover > td.el-table__cell {
+ background-color: rgba(16, 37, 81, 0.9) !important;
+ }
+}
+::v-deep .el-table td,
+::v-deep .el-table th.is-leaf {
+ border-bottom: none !important;
+}
+::v-deep .el-table::before,
+.el-table--group::after,
+.el-table--border::after {
+ background-color: transparent !important;
+}
+/* 隐藏表格滚动条 */
+::v-deep .el-table__body-wrapper::-webkit-scrollbar {
+ width: 0 !important;
+ height: 0 !important;
+}
+
+::v-deep .el-table__body-wrapper {
+ scrollbar-width: none !important; /* Firefox */
+ -ms-overflow-style: none !important; /* IE/Edge */
+}
// 输入框
::v-deep .el-input__inner {
background: rgba(3, 16, 44, 0.5) !important;
@@ -535,6 +570,22 @@ export default {
::v-deep .el-pagination.is-background .btn-next {
background-color: rgba(16, 37, 81, 0.5);
}
+::v-deep .el-select-dropdown {
+ background-color: #0c1837 !important;
+ border: 1px solid #0c1837 !important;
+ overflow: hidden;
+}
+::v-deep .el-scrollbar {
+ /* height: 184px !important; */
+ background-color: #0c1837 !important;
+}
+::v-deep .el-select-dropdown__item {
+ color: #fff !important;
+}
+::v-deep .el-select-dropdown__item.hover,
+.el-select-dropdown__item:hover {
+ background: #0c1837 !important;
+}
// --
.btn {
@@ -578,3 +629,27 @@ export default {
}
}
+
\ No newline at end of file
diff --git a/src/views/screen/gwScreen/components/left/EquipItem.vue b/src/views/screen/gwScreen/components/left/EquipItem.vue
index 0635eca0..7c00e03b 100644
--- a/src/views/screen/gwScreen/components/left/EquipItem.vue
+++ b/src/views/screen/gwScreen/components/left/EquipItem.vue
@@ -128,6 +128,7 @@ export default {
background: linear-gradient(to bottom, #f0f5f8, #5eb6f0);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
+ font-family: 'DIN';
}
.content {
display: flex;
diff --git a/src/views/screen/gwScreen/components/left/EquipStatusMore.vue b/src/views/screen/gwScreen/components/left/EquipStatusMore.vue
index bc09ad97..d5de07ea 100644
--- a/src/views/screen/gwScreen/components/left/EquipStatusMore.vue
+++ b/src/views/screen/gwScreen/components/left/EquipStatusMore.vue
@@ -4,7 +4,7 @@
v-if="dialogVisible"
v-loading="isLoading"
:visible.sync="dialogVisible"
- width="65%"
+ width="85%"
:modal="false"
class="dlg-box"
>
@@ -16,7 +16,13 @@
-
+
@@ -38,7 +44,7 @@
stripe
highlight-current-row
style="width: 100%"
- :height="600"
+ :height="510"
class="table-container"
>
diff --git a/src/views/screen/gwScreen/components/left/TotalPriceMore.vue b/src/views/screen/gwScreen/components/left/TotalPriceMore.vue
index 6ef3bac4..ad6604f8 100644
--- a/src/views/screen/gwScreen/components/left/TotalPriceMore.vue
+++ b/src/views/screen/gwScreen/components/left/TotalPriceMore.vue
@@ -4,7 +4,7 @@
v-if="dialogVisible"
v-loading="isLoading"
:visible.sync="dialogVisible"
- width="36%"
+ width="45%"
:modal="false"
class="dlg-box"
>
@@ -13,7 +13,7 @@
总价值
-
+
@@ -110,6 +110,7 @@ export default {
::v-deep .el-dialog .el-dialog__body {
background-image: url('../../img/right-dialog.png');
background-size: 100% 100%;
+ height: 800px;
color: #fff;
}
::v-deep .el-dialog__header {
diff --git a/src/views/screen/gwScreen/components/left/UnitEquipConfig.vue b/src/views/screen/gwScreen/components/left/UnitEquipConfig.vue
index ad882641..68d4b32f 100644
--- a/src/views/screen/gwScreen/components/left/UnitEquipConfig.vue
+++ b/src/views/screen/gwScreen/components/left/UnitEquipConfig.vue
@@ -4,14 +4,33 @@
v-if="dialogVisible"
v-loading="isLoading"
:visible.sync="dialogVisible"
- width="45%"
+ width="65%"
:modal="false"
class="dlg-box"
>
-
单位装备配置
+
装备状态
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
-
- {{ row.price ? (row.price / 100000000).toFixed(4) : 0 }}
+
+ 在库
+ 自用
+ 共享
+ 退役
+ 维修
+
+
+
+ {{ getFeatureValue(row, column.prop) }}
+
-
+ />
diff --git a/src/views/screen/gwScreen/components/right/UsageRateMore.vue b/src/views/screen/gwScreen/components/right/UsageRateMore.vue
index ed7e36f8..d683af38 100644
--- a/src/views/screen/gwScreen/components/right/UsageRateMore.vue
+++ b/src/views/screen/gwScreen/components/right/UsageRateMore.vue
@@ -11,7 +11,7 @@
-
各单位装备在用率情况
+
各网省装备在用率情况