.el-drawer[data-v-320a7e42] {
  overflow: auto !important;
}
.avatar-uploader .el-upload[data-v-320a7e42] {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-320a7e42]:hover {
  border-color: #409EFF;
}
.avatar-uploader-icon[data-v-320a7e42] {
  border: 1px dashed #ccc;
  border-radius: 50%;
  overflow: hidden;
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar[data-v-320a7e42] {
  width: 178px;
  height: 178px;
  display: block;
}

@charset "UTF-8";
/* 搜索 */
.search[data-v-2213ff10] {
  margin-bottom: 30px;
}
.search .inputs[data-v-2213ff10] {
    display: flex;
}
.search .wxName[data-v-2213ff10], .search .select[data-v-2213ff10], .search .timeSelect[data-v-2213ff10] {
    width: 200px;
    margin-right: 20px;
}
.search .Btns[data-v-2213ff10] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

/* 添加 */
.add[data-v-2213ff10] {
  width: 100%;
  background-color: white;
  height: 60px;
  width: 100%;
  padding: 10px 50px;
  position: relative;
}
.add button[data-v-2213ff10] {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 100px;
}
.btns[data-v-2213ff10] {
  width: 100%;
  background-color: white;
  height: 60px;
  width: 100%;
  padding: 10px 50px;
  position: relative;
}
.btns button[data-v-2213ff10] {
    position: absolute;
    right: 20px;
    top: 10px;
}

/* 内容 */
.container[data-v-2213ff10] {
  background-color: #fff !important;
  padding: 0 32px;
}
.container .toolbar[data-v-2213ff10] {
    background: #fff;
    width: calc(100% + 64px);
    padding: 16px 32px 26px 0;
    margin-left: -32px;
}

.box[data-v-62894cfa] {
  position: relative;
  width: 600px;
  height: 200px;
  margin: auto;
  border: 24px solid;
  border-image: url(https://skullctf.com/images/skull-border.svg);
  border-image-slice: 15%;
  border-image-repeat: round;
}

.container[data-v-906b4790] {
  width: 100%;
  height: 100vh;
  background-color: pink;
  display: grid;
  place-items: center;
}

