From f2286cfd8b9a92da11a158a73258436dfb3969b8 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期四, 23 十二月 2021 17:40:23 +0800 Subject: [PATCH] Merge branch 'bhomebus' of http://192.168.5.5:10010/r/web/vue-smart-ai into bhomebus --- public/index.html | 31 ++++++++++++++++--------------- 1 files changed, 16 insertions(+), 15 deletions(-) diff --git a/public/index.html b/public/index.html index 1bc2029..6796884 100644 --- a/public/index.html +++ b/public/index.html @@ -384,29 +384,30 @@ border-color: #3D68E1 !important; } - .el-button--primary:hover, + /* .el-button--primary:hover, .el-button--primary:focus { background: #2249b4 !important; border-color: #2249b4 !important; - } + } */ - /* .el-input>input,.el-date-editor.el-input__inner{ - border-color: #dcdfe6!important; - } */ - /* .el-date-editor.el-input__inner:focus{ - border-color: #2249b4!important; - } */ - /* .el-input>input:focus{ - border-color: #3D68E1!important; - } - .el-input__inner:focus { - outline: none!important; - border-color: #3D68E1!important; - } */ + .el-select-dropdown__list { text-align: left; } + .el-notification { + + padding: 17px 26px 17px 13px !important; + align-items: center; + +} +.el-notification .el-notification__content { + line-height: 24px; + margin: 0; +} +.el-notification .el-notification__closeBtn { + top: 21px; +} .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before { margin-left: -8px !important; margin-right: 0; -- Gitblit v1.8.0