罗世杰:fix:修改样式
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user