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();