From 2d557c819637ed8a40e14fe97746076b0a378426 Mon Sep 17 00:00:00 2001 From: g7hoo Date: Mon, 5 Sep 2022 10:17:29 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=8F=9C=E5=8D=95=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/variables.scss | 2 +- .../base-dialog/addOrUpdate/index.vue | 6 ++ src/i18n/en.js | 65 ++++++++++++++++--- src/i18n/zh-CN.js | 57 ++++++++++++++-- src/router/index.js | 18 ++++- src/views/modules/monitoring/equipment.vue | 4 +- 6 files changed, 133 insertions(+), 19 deletions(-) diff --git a/src/assets/scss/variables.scss b/src/assets/scss/variables.scss index 81814d1..56d591a 100644 --- a/src/assets/scss/variables.scss +++ b/src/assets/scss/variables.scss @@ -5,7 +5,7 @@ $base--line-height: 1.15; $navbar--height: 50px; // Sidebar -$sidebar--width: 230px; +$sidebar--width: 300px; $sidebar--width-fold: 64px; $sidebar--background-color-dark: #263238; $sidebar--text-color-dark: #8a979e; diff --git a/src/components/base-dialog/addOrUpdate/index.vue b/src/components/base-dialog/addOrUpdate/index.vue index a3b32fd..4012aca 100644 --- a/src/components/base-dialog/addOrUpdate/index.vue +++ b/src/components/base-dialog/addOrUpdate/index.vue @@ -103,6 +103,7 @@