From 55abd3e2adf7585fb4597a6227336f0a0550f1ba Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期四, 21 八月 2025 09:06:44 +0800 Subject: [PATCH] 工具信息、工具台账、出入库申请增加参数查询 --- src/components/page/GlobalFooter.vue | 39 ++++++++++++++++++++------------------- 1 files changed, 20 insertions(+), 19 deletions(-) diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue index c71d938..42911dc 100644 --- a/src/components/page/GlobalFooter.vue +++ b/src/components/page/GlobalFooter.vue @@ -9,33 +9,34 @@ </template> <script> - export default { - name: 'LayoutFooter' - } +export default { + name: 'LayoutFooter' +} </script> <style lang="less" scoped> - .footer { - text-align: center; +.footer { + text-align: center; - .links { - margin-bottom: 8px; + .links { + margin-bottom: 8px; - a { - color: rgba(0, 0, 0, .45); + a { + color: rgba(0, 0, 0, .45); - &:hover { - color: rgba(0, 0, 0, .65); - } + &:hover { + color: rgba(0, 0, 0, .65); + } - &:not(:last-child) { - margin-right: 40px; - } + &:not(:last-child) { + margin-right: 40px; } } - .copyright { - color: rgba(0, 0, 0, .45); - font-size: 14px; - } } + + .copyright { + color: rgba(0, 0, 0, .45); + font-size: 14px; + } +} </style> \ No newline at end of file -- Gitblit v1.9.3