From 0275716ff57137232f728ce1a80ff215df248e90 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Fri, 9 Jun 2023 23:38:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#1320)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What this PR does / why we need it? #### Summary of your change #### Please indicate you've done the following: - [ ] Made sure tests are passing and test coverage is added if needed. - [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/). - [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed. --- frontend/src/styles/common.scss | 5 + frontend/src/styles/moblie.scss | 15 + .../src/views/container/setting/index.vue | 4 +- frontend/src/views/cronjob/record/index.vue | 342 +++++++++--------- .../redis/setting/persistence/index.vue | 4 +- .../database/redis/setting/status/index.vue | 244 +++++++------ .../src/views/host/monitor/monitor/index.vue | 174 +++++---- frontend/src/views/log/login/index.vue | 51 +-- frontend/src/views/login/entrance/index.vue | 9 +- frontend/src/views/login/index.vue | 10 +- 10 files changed, 475 insertions(+), 383 deletions(-) diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 8ec89c28f..c56448e3e 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -13,6 +13,11 @@ align-items: center; } +.flx-wrap { + display: flex; + flex-wrap: wrap; +} + .clearfix::after { display: block; height: 0; diff --git a/frontend/src/styles/moblie.scss b/frontend/src/styles/moblie.scss index 712f27b37..e1d8131ba 100644 --- a/frontend/src/styles/moblie.scss +++ b/frontend/src/styles/moblie.scss @@ -65,4 +65,19 @@ } } } + + .database-status { + .title { + margin-left: 10px !important; + } + .content { + margin-left: 10px !important; + } + } + + @media only screen and (max-width: 768px) { + .el-col-xs-24 { + margin-bottom: 10px; + } + } } diff --git a/frontend/src/views/container/setting/index.vue b/frontend/src/views/container/setting/index.vue index a45237eb9..45c8e5466 100644 --- a/frontend/src/views/container/setting/index.vue +++ b/frontend/src/views/container/setting/index.vue @@ -43,8 +43,8 @@
- - + +