mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
refactor(lock-page): refactor lock page
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
@content();
|
||||
}
|
||||
}
|
||||
|
||||
.respond-to (xsmall-and-small, @content) {
|
||||
@media only screen and (max-width: @screen-sm-max) {
|
||||
@content();
|
||||
|
@@ -26,9 +26,13 @@
|
||||
@screen-xxl: 1600px;
|
||||
@screen-xxl-min: @screen-xxl;
|
||||
|
||||
@screen-xxxl: 1900px;
|
||||
@screen-xxxl-min: @screen-xxxl;
|
||||
|
||||
// provide a maximum
|
||||
@screen-xs-max: (@screen-sm-min - 1px);
|
||||
@screen-sm-max: (@screen-md-min - 1px);
|
||||
@screen-md-max: (@screen-lg-min - 1px);
|
||||
@screen-lg-max: (@screen-xl-min - 1px);
|
||||
@screen-xl-max: (@screen-xxl-min - 1px);
|
||||
@screen-xxl-max: (@screen-xxxl-min - 1px);
|
||||
|
Reference in New Issue
Block a user