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

style: 优化 transform 示例样式

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