mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
perf: optimize settingDrawer code
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
display: none;
|
||||
height: 100%;
|
||||
background: url(../../../assets/images/login/login-in.png) no-repeat;
|
||||
background-position: 50% 30%;
|
||||
background-position: 30% 30%;
|
||||
background-size: 80% 80%;
|
||||
|
||||
.respond-to(xlarge, { display: block;});
|
||||
@@ -194,9 +194,9 @@
|
||||
align-items: center;
|
||||
.respond-to(large, {
|
||||
width: 600px;
|
||||
right: calc(50% - 300px);
|
||||
right: calc(50% - 270px);
|
||||
});
|
||||
.respond-to(xlarge, { width: 600px; right:0});
|
||||
.respond-to(xlarge, { width: 540px; right:0});
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
Reference in New Issue
Block a user