From c7a1c740cd2a27532ebf768c11316234d15c14fa Mon Sep 17 00:00:00 2001 From: xuhongjie <1943105267@qq.com> Date: Fri, 30 May 2025 14:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/element-ui.scss | 14 ++ src/layout/components/Navbar.vue | 6 +- .../emergency-rescue/workOrder/index.vue | 126 ++++++------------ 3 files changed, 57 insertions(+), 89 deletions(-) diff --git a/src/assets/styles/element-ui.scss b/src/assets/styles/element-ui.scss index f5bfc39..852cbe4 100644 --- a/src/assets/styles/element-ui.scss +++ b/src/assets/styles/element-ui.scss @@ -147,4 +147,18 @@ justify-content: center; padding: 10px; } +} +.table-operation-row{ + display: flex; + align-items: center; + justify-content: center; + margin-left: 10px !important; + .el-button+.el-button{ + margin: 0; + } + .el-button{ + margin: 0 5px !important; + font-weight: 500; +font-size: 16px; + } } \ No newline at end of file diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 697a461..82fa329 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -225,15 +225,15 @@ function toggleTheme() { margin-right: 25px; .avatar-wrapper { - margin-top: 5px; + position: relative; display: flex; align-items: center; gap: 10px; .user-avatar { cursor: pointer; - width: 40px; - height: 40px; + width: 54px; + height: 54px; border-radius: 50%; border: 1px solid white; } diff --git a/src/views/emergency-rescue/workOrder/index.vue b/src/views/emergency-rescue/workOrder/index.vue index 80af5ef..3c579b5 100644 --- a/src/views/emergency-rescue/workOrder/index.vue +++ b/src/views/emergency-rescue/workOrder/index.vue @@ -3,122 +3,76 @@
@@ -194,7 +148,7 @@ const handlerAdd = () => { /** * 导出 */ -const handlerExport = () => {}; +const handlerExport = () => { }; const handlerInfo = () => { proxy.setActiveMenu();