odc.xiaohui
2023-01-11 d942877495ceea1575e64fb6d4e2972f6da10cac
src/views/operate/management/message/index.vue
@@ -236,18 +236,18 @@
<style lang="scss" scoped>
.message {
  text-align: left;
  margin: 10px 20px;
  padding: 10px 20px;
  color: #4b9bb7;
  border: 1px solid #ccc;
  header {
    background-color: white;
    .header-title {
      line-height: 40px;
      padding: 0 20px;
      //padding: 0 20px;
      border-bottom: 1px solid #4b9bb7;
    }
    .header-content {
      padding: 0 40px;
      //padding: 0 40px;
      display: flex;
      line-height: 100px;
      justify-content: space-between;
@@ -267,7 +267,7 @@
          &::v-deep .el-input__inner {
            // background-color: #09152f;
            border: 1px solid #17324c;
            //border: 1px solid #17324c;
          }
        }
      }
@@ -366,4 +366,4 @@
    }
  }
}
</style>
</style>