官網更新

This commit is contained in:
2018-11-04 19:38:30 +08:00
parent 05f2fc36bc
commit 3520b4cedf
19 changed files with 174 additions and 100 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<slot></slot>
<div class="contentTableRight bread">
<slot ></slot>
</div>
</template>
@@ -16,4 +16,8 @@ export default {
</script>
<style scoped>
.contentTableRight
{
display: table;
}
</style>

View File

@@ -56,4 +56,8 @@ export default {
</script>
<style scoped>
.contentTableLeft {
display: table;
float: left;
}
</style>