From 7a0d7a81f02515bbb185a4cb954e9debb07bff6c Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期四, 04 九月 2025 15:23:33 +0800 Subject: [PATCH] 1、全局调整样式名称 2、新增倍率报表页面 --- src/views/system/modules/DeptRoleUserModal.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/modules/DeptRoleUserModal.vue b/src/views/system/modules/DeptRoleUserModal.vue index 12f2530..590261a 100644 --- a/src/views/system/modules/DeptRoleUserModal.vue +++ b/src/views/system/modules/DeptRoleUserModal.vue @@ -30,7 +30,7 @@ </a-form> <div v-else><h3>鏃犲彲閰嶇疆瑙掕壊!</h3></div> </a-spin> - <div class="drawer-bootom-button"> + <div class="drawer-bottom-button"> <a-dropdown style="float: left" :trigger="['click']" placement="topCenter"> <a-menu slot="overlay"> <a-menu-item key="1" @click="checkALL">鍏ㄩ儴鍕鹃��</a-menu-item> @@ -186,7 +186,7 @@ </script> <style scoped> - .drawer-bootom-button { + .drawer-bottom-button { position: absolute; bottom: 0; width: 100%; -- Gitblit v1.9.3