From 2b08a1853a2fccf2d03e7f1302d9d9205558b878 Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Mon, 27 Oct 2025 15:16:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=92=8C=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/loginmini/style/home.less | 10 +- .../Container/src/ScrollContainer.vue | 1 + src/components/SimpleMenu/src/SimpleMenu.vue | 21 +- src/views/system/loginmini/MiniLogin.vue | 1011 +++++++++-------- 4 files changed, 544 insertions(+), 499 deletions(-) diff --git a/src/assets/loginmini/style/home.less b/src/assets/loginmini/style/home.less index 402a7ac..be898a4 100644 --- a/src/assets/loginmini/style/home.less +++ b/src/assets/loginmini/style/home.less @@ -323,13 +323,13 @@ .aui-inputClear { width: 100%; - // border-bottom: 1px solid #cccccc; + border: 1px solid #f4f5f9; position: relative; padding-left: 20px; background: #f4f5f9; - margin-bottom: 8px; margin-top: 20px; border-radius: 8px; + } .aui-inputClear .icon { @@ -340,7 +340,7 @@ .aui-inputClear input { width: 100%; - padding: 10px; + padding: 12px; border: none; color: #333333; font-size: 14px; @@ -368,11 +368,11 @@ } .aui-inputClear:focus { - border-bottom: 1px solid #1b90ff; + border: 1px solid #1b90ff; } .aui-inputClear:hover { - border-bottom: 1px solid #1b90ff; + border: 1px solid #1b90ff; } .aui-choice { diff --git a/src/components/Container/src/ScrollContainer.vue b/src/components/Container/src/ScrollContainer.vue index 65c71ed..9b08dcb 100644 --- a/src/components/Container/src/ScrollContainer.vue +++ b/src/components/Container/src/ScrollContainer.vue @@ -84,6 +84,7 @@ .scrollbar__wrap { margin-bottom: 18px !important; overflow-x: hidden; + padding:0 18px; } .scrollbar__view { diff --git a/src/components/SimpleMenu/src/SimpleMenu.vue b/src/components/SimpleMenu/src/SimpleMenu.vue index 765ad82..4be4d18 100644 --- a/src/components/SimpleMenu/src/SimpleMenu.vue +++ b/src/components/SimpleMenu/src/SimpleMenu.vue @@ -202,9 +202,9 @@ .jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu { color: #606266 !important; - background: #f0f0f0; + // background: #f0f0f0; padding-bottom: 10px;; - + border-radius: 6px; } .jeecg-menu-vertical .jeecg-menu-item, .jeecg-menu-vertical .jeecg-menu-submenu-title { position: relative; @@ -223,7 +223,10 @@ // margin: 10px 20px 0 20px; transform: scale(1.02); } - +.jeecg-menu-item-active>.jeecg-menu-submenu-title{ + background: #f0f0f0; + border-radius: 6px; +} .ant-drawer-close { position: absolute; right: 0; @@ -236,4 +239,16 @@ // min-height: 0; // padding: 3px; // } + + .jeecg-menu-item-active>.jeecg-menu{ + margin-top:10px; + background: #FBFBFD; + border-radius: 6px; + } +.jeecg-menu-item-active .jeecg-menu>li{ + width:80%; + margin:5px auto; + padding-left:18px !important; + +} diff --git a/src/views/system/loginmini/MiniLogin.vue b/src/views/system/loginmini/MiniLogin.vue index 4b9fc1f..7933def 100644 --- a/src/views/system/loginmini/MiniLogin.vue +++ b/src/views/system/loginmini/MiniLogin.vue @@ -1,62 +1,69 @@ + .aui-third-text span { + background-color: @dark-bg !important; + } + + .aui-form-nav .aui-flex-box { + color: #c9d1d9 !important; + } + + .aui-formButton .aui-linek-code { + background: @dark-bg !important; + color: white !important; + } + + .aui-code-line { + border-left: none !important; + } + + .ant-checkbox-inner, + .aui-success h3 { + border-color: #c9d1d9; + } + + //update-begin---author:wangshuai ---date:20230828 for:【QQYUN-6363】这个样式代码有问题,不在里面,导致表达式有问题------------ + &-sign-in-way { + .anticon { + font-size: 22px !important; + color: #888 !important; + cursor: pointer !important; + + &:hover { + color: @primary-color !important; + } + } + } + + //update-end---author:wangshuai ---date:20230828 for:【QQYUN-6363】这个样式代码有问题,不在里面,导致表达式有问题------------ + } + + input.fix-auto-fill, + .fix-auto-fill input { + -webkit-text-fill-color: #c9d1d9 !important; + box-shadow: inherit !important; + } + + .ant-divider-inner-text { + font-size: 12px !important; + color: @text-color-secondary !important; + } + + .aui-third-login a { + background: transparent; + } + } + + /* Chrome/Edge/Safari */ + input:-webkit-autofill, + input:-webkit-autofill:hover, + input:-webkit-autofill:focus { + /* 重新设置背景色、文字色、边框等 */ + background-color: #f5f5f5 !important; + color: #333333 !important; + /* 取消浏览器自己的内阴影 */ + box-shadow: 0 0 0px 1000px #f5f5f5 inset !important; + /* 如果需要边框高亮,也可以一起重置 */ + // border: 1px solid #ccc !important; + } + + /* Firefox */ + input:-moz-autofill { + background-color: #f5f5f5 !important; + color: #333333 !important; + } + \ No newline at end of file