From 25b2ca283b63582e827097fcdc0543df2336e412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Wed, 14 Sep 2022 09:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA=E5=9B=9B(=E9=A6=96=E9=A1=B5)?= =?UTF-8?q?:=E8=AE=B0=E4=BD=8F=E5=AF=86=E7=A0=81=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/config.js | 2 +- src/views/home/components/loginInfo.vue | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/public/js/config.js b/public/js/config.js index d9fb0f68..d029d378 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -17,7 +17,7 @@ var PROJECT = { } -var PROJECT_TYPE = PROJECT.local_test +var PROJECT_TYPE = PROJECT.online_zjsj var headerShow = true; // 是否显示头部 var tabsShow = true; // 是否显示tabs diff --git a/src/views/home/components/loginInfo.vue b/src/views/home/components/loginInfo.vue index 9e7891be..cef02829 100644 --- a/src/views/home/components/loginInfo.vue +++ b/src/views/home/components/loginInfo.vue @@ -36,7 +36,7 @@ 登录
- 记住登录密码 + 记住登录密码 忘记密码?
@@ -59,7 +59,7 @@ export default { }, data() { return { - radio:'', + checked: false, }; }, methods: { @@ -88,18 +88,15 @@ export default { color: #ffffff; font-size: 14px; } -::v-deep .el-radio { - color: #27e1f0; -} -::v-deep .el-radio__inner { +::v-deep .el-checkbox__inner { border-radius: 0%; background-color: rgba(2, 38, 64, 0); border-color: #27e1f0; } -::v-deep .el-radio__label { - padding-left: 5px; -} +::v-deep .el-checkbox__label{ + color: #27e1f0; +} // 在使用浏览器保存的数据时 输入框的样式 ::v-deep input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill { // 字体颜色 @@ -186,7 +183,7 @@ export default { color: #27e1f0; font-size: 12px; span { - margin-left: 21%; + margin-left: 25%; } } }