From 53e58aff5f4f61a8e74cfdfc179410c86a34cd7e Mon Sep 17 00:00:00 2001 From: IAMHERE <446961233@qq.com> Date: Wed, 27 Dec 2023 09:51:29 +0800 Subject: [PATCH] fix- --- ruoyi-ui/src/views/boardView/addinfo.vue | 71 +++++++++++++++++-- ruoyi-ui/src/views/boardView/editInfo.vue | 70 +++++++++++++++++- .../src/views/information/board/addinfo.vue | 68 +++++++++++++++++- .../src/views/information/board/editInfo.vue | 67 ++++++++++++++++- 4 files changed, 264 insertions(+), 12 deletions(-) diff --git a/ruoyi-ui/src/views/boardView/addinfo.vue b/ruoyi-ui/src/views/boardView/addinfo.vue index 986ab0a5..5ce04e07 100644 --- a/ruoyi-ui/src/views/boardView/addinfo.vue +++ b/ruoyi-ui/src/views/boardView/addinfo.vue @@ -69,8 +69,7 @@ - + @@ -129,9 +128,9 @@ @@ -143,7 +142,7 @@ import { checkIotBoardContent } from '@/api/board/vocabulary' export default { data() { return { - radio1: 2, + radio1: 1, alignmentNum: 2, content: '', boardWidth: '', @@ -880,4 +879,66 @@ export default { ::v-deep .el-card__body { padding: 10px 0; } +::v-deep .el-dialog__header { + background-color: #145977; +} +::v-deep .el-dialog__body { + padding: 5px 20px; + background-color: #145977; +} +::v-deep .el-dialog__footer { + background-color: #145977; +} +::v-deep .el-card { + margin-top: 1vh; + background-color: #145977; + border: 2px solid #1d7890; +} +::v-deep .el-form-item__label { + color: #3de8ff; +} +::v-deep .el-input--mini .el-input__inner { + color: #fff; + background-color: #096d8c; +} +::v-deep .el-input-number.is-controls-right .el-input-number__decrease { + color: #fff; + background-color: #096d8c; +} +::v-deep .el-dialog__title { + color: #fff; +} +::v-deep .el-textarea__inner { + color: #fff; + background-color: #096d8c; + border-color: #096d8c; +} +::v-deep .el-input-number.is-controls-right .el-input-number__decrease { + border-color: transparent; +} +::v-deep .el-input-number.is-controls-right .el-input-number__increase { + border-color: transparent; + color: #fff; + background-color: #096d8c; +} +::v-deep .el-button--medium { + padding: 5px 25px; + font-size: 14px; + border-radius: 20px; + border: transparent; +} +::v-deep .el-radio-button__inner { + color: #ffffff; + background-color: pink; + border-color: #1d58a9; + -webkit-box-shadow: -1px 0 0 0 #1d58a9; + box-shadow: -1px 0 0 0 #1d58a9; + background: linear-gradient(180deg, #005c79 0%, #009bcc 100%); + border-radius: 3px 3px 3px 3px; + opacity: 1; + border: none !important; +} +::v-deep .infoBoardButton .el-radio-button--medium .el-radio-button__inner { + margin: 0 3px; +} diff --git a/ruoyi-ui/src/views/boardView/editInfo.vue b/ruoyi-ui/src/views/boardView/editInfo.vue index 697cb765..ba7e20b3 100644 --- a/ruoyi-ui/src/views/boardView/editInfo.vue +++ b/ruoyi-ui/src/views/boardView/editInfo.vue @@ -1,7 +1,7 @@