diff --git a/src/styles/element.scss b/src/styles/element.scss index 46a786e..c2be8d6 100644 --- a/src/styles/element.scss +++ b/src/styles/element.scss @@ -371,4 +371,8 @@ .el-pagination.is-background .el-pager li:not(.is-disabled).is-active { background-color: #262d47 !important; color: #fff; +} + +.el-popper.is-dark { + max-width: 500px; } \ No newline at end of file diff --git a/src/views/commandScreen/commandCenter/leftBottom.vue b/src/views/commandScreen/commandCenter/leftBottom.vue index 080b190..801798c 100644 --- a/src/views/commandScreen/commandCenter/leftBottom.vue +++ b/src/views/commandScreen/commandCenter/leftBottom.vue @@ -152,7 +152,7 @@ s diff --git a/src/views/commandScreen/dialogCompnnents/risk-count.vue b/src/views/commandScreen/dialogCompnnents/risk-count.vue index 34892e2..69d4bc6 100644 --- a/src/views/commandScreen/dialogCompnnents/risk-count.vue +++ b/src/views/commandScreen/dialogCompnnents/risk-count.vue @@ -53,17 +53,11 @@
{{ index + 1 }}
{{ item.problemDescription }}
- - {{item.remark}} + + {{ item.remark }}
-
{{ item.level == 1 - ? "重大" - : item.level == 2 - ? "较大" - : item.level == 3 - ? "一般" - : "低" }}
+
{{ item.level == 1 ? "重大" : item.level == 2 ? "较大" : item.level == 3 ? "一般" : "低" }}
{{ item.inspectTime }}
@@ -72,14 +66,14 @@
+ v-if="partyMemberList.length != 0" + background + :page-size="10" + style="justify-content: center" + @current-change="onCurrentChange" + layout="prev, pager, next" + :total="total" + /> @@ -107,7 +101,7 @@ const searchForm = ref({ }); const checked = ref(1); const partyMemberList = ref({} as any); -const statisticsData = ref({} as any) +const statisticsData = ref({} as any); const changeSelect = (index: any) => { checked.value = index; }; @@ -288,7 +282,7 @@ onMounted(async () => { } } } - .radio-content{ + .radio-content { margin-top: 2%; :deep(.el-radio) { .el-radio__label {