罗世杰:fix:修改样式

This commit is contained in:
LuoShijie
2023-11-09 14:10:42 +08:00
parent 1c784ea35a
commit 87c0c73cf5
5 changed files with 90 additions and 62 deletions

View File

@@ -1,8 +1,18 @@
<template>
<view class="root">
</view>
</template>
<script>
</script>
<style>
<style lang="scss" scoped>
.root {
width: 100%;
height: calc(100% - 300rpx);
background-color: magenta;
position: absolute;
z-index: 4;
}
</style>