From 75fc4045adac98e10f756d8092ec2dfb7c38b16b Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Thu, 16 Dec 2021 18:32:10 +0800 Subject: [PATCH] update_css --- src/assets/css/tablebg.scss | 28 ++++++ src/assets/js/myConfig.js | 8 +- src/pages/counter/list/index.vue | 34 +++---- src/pages/manage/index/index.vue | 11 +++ .../ImportantCash/controlCash/cashOut.vue | 10 +-- .../ImportantCash/controlCash/cashPaid.vue | 1 - .../controlCash/cashTransferInto.vue | 10 +-- .../list/ImportantCash/controlCash3/index.vue | 60 ++++++++----- .../manage/list/acceptanceDraft/invoice.vue | 43 +++++---- src/pages/manage/list/business/deposit.vue | 22 +++-- .../manage/list/business/openAccount.vue | 31 ++++--- src/pages/manage/list/business/transfer.vue | 29 +++--- src/pages/manage/list/business/withdrawal.vue | 27 +++--- src/pages/manage/list/cityWide/cityWideIn.vue | 22 +++-- .../manage/list/cityWide/cityWideOut.vue | 22 +++-- .../manage/list/client/consumerClient.vue | 35 +++++--- .../manage/list/client/corporateClient.vue | 41 +++++---- src/pages/manage/list/dayEnd/branchDayEnd.vue | 19 ++-- .../personal/callDeposits/accountClosed.vue | 21 +++-- .../personal/callDeposits/openAccount.vue | 11 +-- .../currentAccount/accountCancellation.vue | 12 +-- .../list/personal/currentAccount/deposit.vue | 88 ++++++++++++------- .../personal/currentAccount/openAccount.vue | 6 +- .../list/personal/currentAccount/settle.vue | 73 ++++++++++----- .../currentAccount/transferAccounts.vue | 82 +++++++++++------ .../personal/currentAccount/withdrawal.vue | 78 ++++++++++------ .../list/personal/timeDeposit/deposit.vue | 34 ++++--- .../list/personal/timeDeposit/openAccount.vue | 26 +++--- .../list/personal/timeDeposit/withdrawal.vue | 35 ++++---- .../personal/usefulPhrases/accountClosed.vue | 21 +++-- .../usefulPhrases/continueDeposit.vue | 22 +++-- .../personal/usefulPhrases/openAccount.vue | 38 ++++---- .../list/servicesAccount/passwordChange.vue | 25 +++--- .../list/servicesAccount/passwordLost.vue | 10 ++- .../list/servicesAccount/relieveLost.vue | 5 +- src/store/modules/system.js | 10 +-- src/utils/utilFunction.js | 12 +-- src/utils/verify.js | 17 +++- 38 files changed, 676 insertions(+), 403 deletions(-) diff --git a/src/assets/css/tablebg.scss b/src/assets/css/tablebg.scss index 0038abf..2e90eaf 100644 --- a/src/assets/css/tablebg.scss +++ b/src/assets/css/tablebg.scss @@ -4,4 +4,32 @@ /deep/.el-table .success-row { background: rgb(250, 251, 255)!important; +} + +$mfFontSize: 48px; +$inputHeight: 38px; +/deep/ .myFlex { + position: relative; + left: 50%; + transform: translateX(-50%); + max-height: $mfFontSize; + font-size: 18px; + line-height: $mfFontSize; + padding: 0; + display: flex; + justify-content: center; + align-items: center; + align-content: center; + margin: 0 auto; + .el-input { + max-height: $mfFontSize!important; + line-height: $mfFontSize; + input { + max-height: $inputHeight; + max-width: $inputHeight+40px; + } + } + span { + line-height: $mfFontSize; + } } \ No newline at end of file diff --git a/src/assets/js/myConfig.js b/src/assets/js/myConfig.js index be9e5a7..2b02ed9 100644 --- a/src/assets/js/myConfig.js +++ b/src/assets/js/myConfig.js @@ -14,7 +14,13 @@ const tableRowClassName = function({row, rowIndex}) { } const cellStyle = { - padding: 0 + padding: 0, + fontSize: '18px' +} + +const myFlex = { + padding: 0, + fontSize: '24px!important' } diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index df1f3aa..af3075e 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -191,11 +191,10 @@ diff --git a/src/pages/manage/index/index.vue b/src/pages/manage/index/index.vue index fa313f2..72d99aa 100644 --- a/src/pages/manage/index/index.vue +++ b/src/pages/manage/index/index.vue @@ -123,6 +123,17 @@ export default { .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ { opacity: 0.5; } + // el-input变红 + /deep/ .el-input input{ + &:focus { + border-color: skyblue!important;; + } + } + /deep/ .el-input.need input.need{ + &:focus { + border-color: #f40; + } + } @media screen and (min-width: 1200px) and (max-width: 1900px) { .box{ display: flex; diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue b/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue index 325c4d4..14b9cc4 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/cashOut.vue @@ -43,7 +43,7 @@ label="数量" align="center" > -