From de1f4a14ebeb532d38b18498c8fbe73344785c78 Mon Sep 17 00:00:00 2001 From: 2183691628 <2183691628@qq.com> Date: Tue, 21 Dec 2021 14:26:45 +0800 Subject: [PATCH] =?UTF-8?q?IMPROVEMENT=20-=20=E4=BC=98=E5=8C=96=20?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=20-=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=20=E8=BE=93=E5=85=A5=E6=A1=86=E9=95=BF=E5=BA=A6=20-=20?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=20=E7=8A=B6=E6=80=81=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- src/styles/element-ui.scss | 4 ++-- src/utils/model.js | 4 ++-- src/views/dashboard/index.vue | 8 ++++++-- src/views/login/index.vue | 13 ++++++------- .../off-limits-manage/alarm-recognition/index.vue | 3 +-- .../off-limits-manage/common-exception/index.vue | 5 ++--- .../off-limits-main/off-limits-type/index.vue | 6 +++--- .../off-limits-manage/user-exception/index.vue | 5 ++--- 9 files changed, 34 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 6cd0e1a..61fe2d8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -96,4 +96,12 @@ FEATURE `2021年12月16日` FEATURE - 修改 用户例外搜索功能,可根据imei搜索 -- 修改 告警分页查询页面功能 \ No newline at end of file +- 修改 告警分页查询页面功能 + + +## v1.1.1F +`2021年12月21日` +IMPROVEMENT +- 优化 首页样式 +- 统一 输入框长度 +- 统一 状态判断 \ No newline at end of file diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index f2ec391..8257c16 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -22,8 +22,8 @@ left: 0; position: relative; margin: 0 auto; - width: 50%; - min-width: 375px; + /* width: 50%; */ + /* min-width: 375px; */ } .el-pagination { white-space: pre-wrap; diff --git a/src/utils/model.js b/src/utils/model.js index 31cadb6..e4ca6a2 100644 --- a/src/utils/model.js +++ b/src/utils/model.js @@ -1,8 +1,8 @@ /* * @Date: 2021-11-30 15:09:25 * @LastEditors: JinxuChen - * @LastEditTime: 2021-12-16 10:23:05 + * @LastEditTime: 2021-12-21 11:18:56 * @FilePath: \GpsCardAdmin\src\utils\model.js * @description: 版本号 */ -export const VersionModel = '1.1.0'; \ No newline at end of file +export const VersionModel = '1.1.1'; \ No newline at end of file diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index a008939..8b42cb9 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -1,7 +1,7 @@ @@ -31,9 +31,13 @@ export default { padding: 30px; height: 100vh; width: 100%; - background-image: url('../../assets/bg.jpeg'); + /* background-image: url('../../assets/bg.jpeg'); */ + background-color: #fafafa; background-size: cover; background-repeat:no-repeat; + display: flex; + justify-content: center; + align-items: center; .dashboard-text { text-align: center; } diff --git a/src/views/login/index.vue b/src/views/login/index.vue index ac38ca9..d5cfed4 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -6,15 +6,15 @@