Oliver
2022-12-21 87d3950f3a6844a531b4837c5a7081a7595f386c
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>
</style>