Blame view

src/styles/dialogBoxheader.scss 340 Bytes
xiaomiao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/deep/.el-dialog__header {
  margin-bottom: 10px;
  color: #4A4A4A;
  background: linear-gradient(3deg, #409EFF, #a7cbee);
  border-bottom: 1px solid #E4EBF4;
}

.el-dialog__body {
  padding-top: 10px;
  padding-bottom: 0;
}

/deep/.el-dialog__headerbtn .el-dialog__close {
  color: #6B7A99 !important;
  position: relative;
  top: -6px;
}