Commit 523d8be7 authored by yyh's avatar yyh

tabbar边距

parent be271b52
$labelColor: #666C70; $labelColor: #666C70;
$valueColor: #B6B5BA; $valueColor: #B6B5BA;
\ No newline at end of file
$tabHeight: 50px;
\ No newline at end of file
...@@ -77,7 +77,6 @@ export default class Login extends Vue { ...@@ -77,7 +77,6 @@ export default class Login extends Vue {
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
padding: 30px 30px; padding: 30px 30px;
min-height: 100vh;
box-sizing: border-box; box-sizing: border-box;
} }
</style> </style>
\ No newline at end of file
...@@ -21,7 +21,6 @@ export default class ViewCode extends Vue { ...@@ -21,7 +21,6 @@ export default class ViewCode extends Vue {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.view-code{ .view-code{
min-height: 100vh;
background: #454674; background: #454674;
display: flex; display: flex;
justify-content: center; justify-content: center;
......
...@@ -258,7 +258,7 @@ export default class Index extends Vue { ...@@ -258,7 +258,7 @@ export default class Index extends Vue {
box-sizing: border-box; box-sizing: border-box;
padding: 11px 14px; padding: 11px 14px;
background: #F9FBFF; background: #F9FBFF;
height: calc(100vh - 50px); margin-bottom: $tabHeight;
} }
header{ header{
display: flex; display: flex;
......
...@@ -66,7 +66,6 @@ export default class Index extends Vue { ...@@ -66,7 +66,6 @@ export default class Index extends Vue {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.template-list{ .template-list{
height: calc(100vh - 50px);
box-sizing: border-box; box-sizing: border-box;
padding: 11px 14px; padding: 11px 14px;
background: #F9FBFF; background: #F9FBFF;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment