Commit 523d8be7 authored by yyh's avatar yyh

tabbar边距

parent be271b52
$labelColor: #666C70;
$valueColor: #B6B5BA;
$tabHeight: 50px;
\ No newline at end of file
......@@ -77,7 +77,6 @@ export default class Login extends Vue {
justify-content: center;
flex-direction: column;
padding: 30px 30px;
min-height: 100vh;
box-sizing: border-box;
}
</style>
\ No newline at end of file
......@@ -21,7 +21,6 @@ export default class ViewCode extends Vue {
</script>
<style lang="scss" scoped>
.view-code{
min-height: 100vh;
background: #454674;
display: flex;
justify-content: center;
......
......@@ -258,7 +258,7 @@ export default class Index extends Vue {
box-sizing: border-box;
padding: 11px 14px;
background: #F9FBFF;
height: calc(100vh - 50px);
margin-bottom: $tabHeight;
}
header{
display: flex;
......
......@@ -66,7 +66,6 @@ export default class Index extends Vue {
</script>
<style scoped lang="scss">
.template-list{
height: calc(100vh - 50px);
box-sizing: border-box;
padding: 11px 14px;
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