mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:54:27 +00:00
Merge branch 'feat/rax-miniapp' of gitlab.alibaba-inc.com:ali-lowcode/ali-lowcode-engine into feat/rax-miniapp
This commit is contained in:
commit
b2022fd37a
@ -29,6 +29,38 @@
|
|||||||
box-shadow: 0 2px 10px 0 rgba(31,56,88,.15);
|
box-shadow: 0 2px 10px 0 rgba(31,56,88,.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// &-device-mobile {
|
||||||
|
// left: 50%;
|
||||||
|
// width: 378px;
|
||||||
|
// transform: translateX(-50%);
|
||||||
|
// background: url(https://img.alicdn.com/tfs/TB1b4DHilFR4u4jSZFPXXanzFXa-750-1574.png) no-repeat top;
|
||||||
|
// background-size: 378px 812px;
|
||||||
|
// top: 8px;
|
||||||
|
// .@{scope}-canvas-viewport {
|
||||||
|
// width: auto;
|
||||||
|
// top: 90px;
|
||||||
|
// left: 0px;
|
||||||
|
// right: 0px;
|
||||||
|
// max-height: 688px;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
|
&-device-miniapp { // 增加默认的小程序的壳
|
||||||
|
left: 50%;
|
||||||
|
width: 378px;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
background: url(https://img.alicdn.com/tfs/TB1b4DHilFR4u4jSZFPXXanzFXa-750-1574.png) no-repeat top;
|
||||||
|
background-size: 378px 812px;
|
||||||
|
top: 8px;
|
||||||
|
.@{scope}-canvas-viewport {
|
||||||
|
width: auto;
|
||||||
|
top: 90px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
max-height: 688px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&-device-iphone6 {
|
&-device-iphone6 {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 378px;
|
width: 378px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user