chore(admin): final polish and QA doc
This commit is contained in:
@@ -49,3 +49,32 @@ a {
|
||||
.app-muted {
|
||||
color: var(--app-muted);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.app-page-title {
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.el-dialog {
|
||||
max-width: 92vw;
|
||||
}
|
||||
|
||||
.el-form-item {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.el-form-item__label {
|
||||
width: auto !important;
|
||||
justify-content: flex-start !important;
|
||||
padding: 0 0 6px !important;
|
||||
line-height: 1.4;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.el-form-item__content {
|
||||
margin-left: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user