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 @@ +