소스 검색

test:合并冲突

liyangbin 2 년 전
부모
커밋
fa9d40c425
1개의 변경된 파일0개의 추가작업 그리고 46개의 파일을 삭제
  1. 0 46
      src/views/TeamManagement/ManageMember.vue

+ 0 - 46
src/views/TeamManagement/ManageMember.vue

@@ -386,50 +386,4 @@ onMounted(() => {
   font-weight: 400;
   color: #808185;
 }
-<<<<<<< HEAD
-::v-deep .el-dialog {
-  border-radius: 8px;
-  .el-dialog__header {
-    display: none;
-  }
-  .el-dialog__body {
-    text-align: center;
-    padding: 24px;
-  }
-  .el-dialog__footer {
-    padding: 0 24px 24px;
-    .el-button {
-      width: 133px;
-      height: 32px;
-      padding: 0;
-      &.el-button--default {
-        border-color: #1460f3;
-        span {
-          color: #1460f3;
-        }
-      }
-      span {
-        line-height: 20px;
-      }
-    }
-    .el-button + .el-button {
-      margin-left: 8px;
-    }
-  }
-}
-</style>
-
-<style lang="scss">
-.el-message--success {
-  margin-top: 90px !important;
-  background-color: #373A47 !important;
-  height: 36px;
-  min-width: auto !important;
-  padding: 12px !important;
-  p{
-    color: #fff !important;
-  }
-}
-=======
->>>>>>> develop_lsy
 </style>