From d7d5760fba228083cec7bc3323266f298ef4b4dc Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期四, 11 九月 2025 13:58:39 +0800 Subject: [PATCH] 倍率报表页面日期范围调整为一周 --- src/views/system/modules/GateWayRouteModal.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/modules/GateWayRouteModal.vue b/src/views/system/modules/GateWayRouteModal.vue index bd017a1..025fb98 100644 --- a/src/views/system/modules/GateWayRouteModal.vue +++ b/src/views/system/modules/GateWayRouteModal.vue @@ -104,7 +104,7 @@ </a-dropdown> </p> </a-form-model-item> - <a-row :style="{textAlign:'right'}" class="drawer-bootom-button"> + <a-row :style="{textAlign:'right'}" class="drawer-bottom-button"> <a-button :style="{marginRight: '8px'}" @click="handleCancel"> 鍏抽棴 </a-button> @@ -368,7 +368,7 @@ </script> <style lang="less" scoped> - .drawer-bootom-button { + .drawer-bottom-button { position: absolute; bottom: 0; width: 100%; -- Gitblit v1.9.3