Authored by shuaiguo

layout app回退

... ... @@ -87,9 +87,11 @@ export default {
<style lang="scss">
.layout {
position: relative;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
font-size: 24px;
display: flex;
... ...