From 91c27681b9f0c4f5ac04df2c88edff28a630fa5f Mon Sep 17 00:00:00 2001 From: xd <844539747@qq.com> Date: Thu, 23 May 2024 13:19:51 +0800 Subject: [PATCH] '123' --- ruoyi-ui/src/assets/styles/ruoyi.scss | 19 + ruoyi-ui/src/directive/dialog/dragDialog.js | 3 +- .../priceVerification/hjInfo.vue | 14 +- .../priceVerification/index.vue | 8 +- ruoyi-ui/src/views/quot/quot/index.vue | 532 +++++++++++++++++- .../technicalConfirm/jsxzInfo.vue | 8 +- 6 files changed, 555 insertions(+), 29 deletions(-) diff --git a/ruoyi-ui/src/assets/styles/ruoyi.scss b/ruoyi-ui/src/assets/styles/ruoyi.scss index 4e29874..ec6a409 100644 --- a/ruoyi-ui/src/assets/styles/ruoyi.scss +++ b/ruoyi-ui/src/assets/styles/ruoyi.scss @@ -72,6 +72,25 @@ line-height: 1.1; color: inherit; } +//checkBox自定义禁用样式 +.el-checkbox__input.is-disabled + .el-checkbox__label { + color: #808080 !important; +} + +.el-checkbox__input.is-disabled.is-checked + .el-checkbox__label { + color: #1890ff !important; +} + +.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner { + background-color: #1890ff !important; + border-color: #1890ff !important; +} + +//输入框 还有 textarea 禁用状态下颜色改变 +.el-input.is-disabled .el-input__inner,.el-textarea.is-disabled .el-textarea__inner{ + color: #606266 !important; + background-color: rgb(255 255 255 / 50%); +} .el-message-box__status + .el-message-box__message{ word-break: break-word; diff --git a/ruoyi-ui/src/directive/dialog/dragDialog.js b/ruoyi-ui/src/directive/dialog/dragDialog.js index 7c7104b..8f136a3 100644 --- a/ruoyi-ui/src/directive/dialog/dragDialog.js +++ b/ruoyi-ui/src/directive/dialog/dragDialog.js @@ -110,8 +110,7 @@ export default { if (!hasSetBodyHight) { const footerHeight = dragDom.querySelector('.el-dialog__footer') && dragDom.querySelector('.el-dialog__footer').offsetHeight dragDom.querySelector('.el-dialog__body').style.height = - 'calc(100% - ' + (dialogHeaderEl.offsetHeight + footerHeight) + 'px)' - + 'calc(100vh - 180px)' hasSetBodyHight = true } } diff --git a/ruoyi-ui/src/views/priceVerification/priceVerification/hjInfo.vue b/ruoyi-ui/src/views/priceVerification/priceVerification/hjInfo.vue index 4c56c97..7bb61c9 100644 --- a/ruoyi-ui/src/views/priceVerification/priceVerification/hjInfo.vue +++ b/ruoyi-ui/src/views/priceVerification/priceVerification/hjInfo.vue @@ -1,6 +1,6 @@ +