From b564059d15b9befae27cd17ab549b43e26d97dcf Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 18 Dec 2023 15:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=BD=92=E5=9B=A0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/batch/FlowDataBatchSearchView.vue | 548 ++++++++++++++++++++ src/views/system/SysconfAdminView.vue | 152 ++++-- 2 files changed, 645 insertions(+), 55 deletions(-) create mode 100644 src/views/batch/FlowDataBatchSearchView.vue diff --git a/src/views/batch/FlowDataBatchSearchView.vue b/src/views/batch/FlowDataBatchSearchView.vue new file mode 100644 index 0000000..a0c26e6 --- /dev/null +++ b/src/views/batch/FlowDataBatchSearchView.vue @@ -0,0 +1,548 @@ + + + + + \ No newline at end of file diff --git a/src/views/system/SysconfAdminView.vue b/src/views/system/SysconfAdminView.vue index 15ed020..2f38ee8 100644 --- a/src/views/system/SysconfAdminView.vue +++ b/src/views/system/SysconfAdminView.vue @@ -17,9 +17,6 @@ - - - @@ -88,30 +85,72 @@ + @@ -302,6 +336,14 @@ export default { word-break: break-all; } +.td_center { + vertical-align: middle !important; +} + +.table_line { + word-break: break-all; +} + .td_center { vertical-align: middle !important; }