From 7b6078a178b2bc72d2e0f182919ce0267d4ca5fc Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期三, 28 六月 2023 14:28:45 +0800 Subject: [PATCH] !15 适配登录重构的修改 Merge pull request !15 from MichelleChung/ts --- src/assets/styles/index.scss | 35 ++++++++++++++++++++++------------- 1 files changed, 22 insertions(+), 13 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 29dd2b9..e797f64 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -5,6 +5,8 @@ @import './sidebar.scss'; @import './btn.scss'; @import './ruoyi.scss'; +@import 'animate.css'; +@import 'element-plus/dist/index.css'; body { height: 100%; @@ -92,7 +94,7 @@ visibility: hidden; display: block; font-size: 0; - content: " "; + content: ' '; clear: both; height: 0; } @@ -106,7 +108,8 @@ display: block; line-height: 32px; font-size: 16px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; color: #2c3e50; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -126,6 +129,21 @@ padding: 20px; } +// search闈㈡澘鏍峰紡 +.panel, +.search { + margin-bottom: 0.75rem; + border-radius: 0.25rem; + border: 1px solid var(--el-border-color-light); + background-color: var(--el-bg-color-overlay); + padding: 0.75rem; + + &:hover { + box-shadow: 0 2px 12px #0000001a; + transition: all ease 0.3s; + } +} + .components-container { margin: 30px 50px; position: relative; @@ -136,7 +154,7 @@ } .text-center { - text-align: center + text-align: center; } .sub-navbar { @@ -181,13 +199,4 @@ vertical-align: middle; margin-bottom: 10px; } -} - -//refine vue-multiselect plugin -.multiselect { - line-height: 16px; -} - -.multiselect--active { - z-index: 1000 !important; -} +} \ No newline at end of file -- Gitblit v1.9.3