From db5fe78ac3e34b0f70d07af59d9bf589fbec5e04 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 20 Feb 2024 10:43:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/reset.css | 3 +++ pages/login/setup.vue | 38 ++++++++++++--------------------- pages/manage/man-group-disk.vue | 35 ++++++++++++++++++++++-------- utils/getData2.js | 7 ++++++ vuex/modules/user.js | 9 ++++---- 5 files changed, 55 insertions(+), 37 deletions(-) diff --git a/common/style/reset.css b/common/style/reset.css index 710f35a..4273edf 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -41,6 +41,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re text-overflow: ellipsis; white-space: nowrap; } +.flexcol { + flex-direction: column; +} .flexstart { align-items: flex-start !important; } diff --git a/pages/login/setup.vue b/pages/login/setup.vue index 1aa37df..a6e0bac 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -10,14 +10,14 @@ - 刷新时间(s) - + 打印地址 + - 客户标签打印 - + 刷新时间(s) + @@ -29,7 +29,6 @@