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 @@