From 87d3950f3a6844a531b4837c5a7081a7595f386c Mon Sep 17 00:00:00 2001 From: Oliver <1070107765@qq.com> Date: 星期三, 21 十二月 2022 17:02:18 +0800 Subject: [PATCH] ui 调整 --- src/views/operate/message/myIndex/update/index.vue | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/operate/message/myIndex/update/index.vue b/src/views/operate/message/myIndex/update/index.vue index fe819ed..1d26cd5 100644 --- a/src/views/operate/message/myIndex/update/index.vue +++ b/src/views/operate/message/myIndex/update/index.vue @@ -213,7 +213,7 @@ if (this.type !== 'create') { this.$refs.edit.editor.txt.append(this.myDataRow.body); } - + }, methods: { // 鍏抽棴寮圭獥 @@ -380,28 +380,28 @@ <style lang="scss" scoped> .createUser { border-radius: 1px; - background-color: #09152f; + background-color: white; main { text-align: left; padding: 0 55px; - background-color: #09152f; + background-color: white; .mainContent { display: flex; justify-content: center; padding-top: 50px; &:deep(.el-dialog__title) { - color: #4b9bb7; + //color: #4b9bb7; } &::v-deep .el-form-item__label { - color: #4b9bb7; + //color: #4b9bb7; } &::v-deep .el-input__inner { width: 400px; - background-color: #09152f; - border: 1px solid #17324c; + //background-color: #09152f; + //border: 1px solid #17324c; } .message-item__left { @@ -427,7 +427,7 @@ span { margin-left: 20px; - color: #4b9bb7; + color: #606266; } } @@ -440,8 +440,8 @@ } &::v-deep .el-textarea__inner { - background-color: #09152f; - border: 1px solid #17324c; + //background-color: #09152f; + //border: 1px solid #17324c; } .el-form-item__content { @@ -476,4 +476,4 @@ } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0