diff --git a/components/CEMSDialog.vue b/components/CEMSDialog.vue new file mode 100644 index 0000000..1b45fae --- /dev/null +++ b/components/CEMSDialog.vue @@ -0,0 +1,350 @@ + + + + + + diff --git a/components/CustomTable.vue b/components/CustomTable.vue index 0fd5a16..cd1996d 100644 --- a/components/CustomTable.vue +++ b/components/CustomTable.vue @@ -78,7 +78,6 @@ export default { .check-data-info { height: 100%; width: 100%; - padding: 30px 20px 0 20px; .table-info { width: 100%; @@ -88,34 +87,33 @@ export default { .table-header { position: sticky; top: 0; - height: 77px; + height: 100px; white-space: nowrap; - background-color: rgba(255, 255, 255, 1); + background-color: #063367; .table-header-item { background-color: rgba(35, 140, 255, 0.2); display: inline-block; font-family: MicrosoftYaHei-Bold; - font-size: 29.97px; + font-size: 46px; color: #37EAFF; letter-spacing: 0; text-align: center; - line-height: 77px; + line-height: 100px; font-weight: 700; } } .table-body { - height: calc(100% - 77px); - + height: calc(100% - 100px); .table-item-body { - height: 77px; + height: 100px; margin-top: 20px; width: 100%; white-space: nowrap; .data-content { display: inline-block; - height: 77px; + height: 100px; background: rgba(21, 77, 160, 0.20); ._content { @@ -127,7 +125,7 @@ export default { .point-name { font-family: MicrosoftYaHei-Bold; - font-size: 29.97px; + font-size: 46px; color: #FFFFFF; letter-spacing: 0; font-weight: 700; diff --git a/components/GBZDialog.vue b/components/GBZDialog.vue new file mode 100644 index 0000000..12ca5f6 --- /dev/null +++ b/components/GBZDialog.vue @@ -0,0 +1,350 @@ + + + + + + diff --git a/components/PointDialog.vue b/components/PointDialog.vue new file mode 100644 index 0000000..da31cc0 --- /dev/null +++ b/components/PointDialog.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/components/SDJCYDialog.vue b/components/SDJCYDialog.vue new file mode 100644 index 0000000..0b69a64 --- /dev/null +++ b/components/SDJCYDialog.vue @@ -0,0 +1,350 @@ + + + + + + diff --git a/components/WZDialog.vue b/components/WZDialog.vue new file mode 100644 index 0000000..34d6e5f --- /dev/null +++ b/components/WZDialog.vue @@ -0,0 +1,350 @@ + + + + + + diff --git a/components/ZKZDialog.vue b/components/ZKZDialog.vue new file mode 100644 index 0000000..7076ef7 --- /dev/null +++ b/components/ZKZDialog.vue @@ -0,0 +1,350 @@ + + + + + + diff --git a/pages/visual/PeakCoalView.vue b/pages/visual/PeakCoalView.vue index ead4540..05c5815 100644 --- a/pages/visual/PeakCoalView.vue +++ b/pages/visual/PeakCoalView.vue @@ -120,6 +120,12 @@