提交 464e9e05 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

style: 优化 transform 示例样式

上级 39ca006c
......@@ -45,23 +45,13 @@
<!-- #endif -->
</template>
<script lang="uts">
export default {
data() {
return {
}
},
methods: {
},
}
</script>
<style>
.page {
flex: 1;
}
.rotate-container {
.rotate-container {
height: 100%;
display: flex;
align-items: center;
}
......
......@@ -41,9 +41,6 @@
<!-- #endif -->
</template>
<script lang="uts">
</script>
<style>
.page {
flex: 1;
......
......@@ -36,23 +36,13 @@
<!-- #endif -->
</template>
<script lang="uts">
export default {
data() {
return {
}
},
methods: {
},
}
</script>
<style>
.page {
flex: 1;
}
.translate-container{
height: 100%;
display: flex;
align-items: center;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册