36 lines
680 B
SCSS
36 lines
680 B
SCSS
.date-select {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.basic-form {
|
|
.face-img {
|
|
width: 100%;
|
|
align-self: flex-start;
|
|
:deep(.face-uploader .el-upload) {
|
|
border: 1px dashed #d9d9d9 !important;
|
|
border-radius: 6px !important;
|
|
cursor: pointer !important;
|
|
position: relative !important;
|
|
overflow: hidden !important;
|
|
}
|
|
.face-uploader .el-upload:hover {
|
|
border-color: #409eff !important;
|
|
}
|
|
:deep(.el-icon) {
|
|
font-size: 28px;
|
|
color: #8c939d;
|
|
width: 53px;
|
|
height: 53px;
|
|
line-height: 53px;
|
|
text-align: center;
|
|
}
|
|
.face-avatar {
|
|
width: 53px;
|
|
height: 53px;
|
|
display: block;
|
|
}
|
|
}
|
|
}
|