From cbd9ccf4bdac5b6960a8f1462b5d11e5ad082ef6 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Fri, 11 Mar 2022 18:20:19 +0800 Subject: [PATCH] update --- src/assets/css/tablebg.scss | 9 ++-- src/components/dialog/index.vue | 2 +- src/pages/counter/list/index.vue | 46 +++++++++++-------- src/pages/lobbyManager/list/index.vue | 21 ++++++++- .../ImportantCash/controlCash/cashOut.vue | 11 +++-- .../controlCash/cashTransferInto.vue | 12 +++-- .../list/ImportantCash/controlCash3/index.vue | 10 ++-- .../manage/list/client/consumerClient.vue | 1 - src/pages/manage/list/dayEnd/branchDayEnd.vue | 18 ++++---- src/pages/manage/list/dayEnd/tellerCash.vue | 18 +++++--- .../manage/list/dayEnd/tellerCertificate.vue | 20 ++++---- src/store/modules/system.js | 5 ++ src/utils/utilFunction.js | 31 +++++++------ 13 files changed, 129 insertions(+), 75 deletions(-) diff --git a/src/assets/css/tablebg.scss b/src/assets/css/tablebg.scss index 213ee9d..c2d9513 100644 --- a/src/assets/css/tablebg.scss +++ b/src/assets/css/tablebg.scss @@ -17,17 +17,20 @@ $inputHeight: 38px; line-height: $mfFontSize; padding: 0; display: flex; - justify-content: center; + justify-content: space-around; align-items: center; align-content: center; margin: 0 auto; .el-input { + margin: 0 5px; max-height: $mfFontSize!important; line-height: $mfFontSize; - max-width: $mfFontSize+20px; + // max-width: $mfFontSize+20px; + flex-grow: 1; input { max-height: $inputHeight; - max-width: $inputHeight+40px; + width: 100%; + // max-width: $inputHeight+40px; } } span { diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index 732bb51..6f6d0e0 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -143,8 +143,8 @@ const obj = { 'servicesAccount/passwordChange': '密码修改', 'servicesAccount/passwordLost': '密码挂失登记', 'servicesAccount/relieveLost': '挂失解挂登记', - 'controlCash/cashRecipients': '现金管理', + 'controlCash/cashTransferInto': '现金上缴', 'spacial': '提交' } const nameMap = { diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index edc2256..fad40f0 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -1,5 +1,5 @@