|
@@ -9,9 +9,9 @@
|
|
<div>
|
|
<div>
|
|
<el-button @click="goperview('book3')">HSK标准教程1</el-button>
|
|
<el-button @click="goperview('book3')">HSK标准教程1</el-button>
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
|
|
+ <!-- <div>
|
|
<el-button @click="goperview('book4')">新实用汉语</el-button>
|
|
<el-button @click="goperview('book4')">新实用汉语</el-button>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -110,6 +110,7 @@ export default {
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
/* @import url(); 引入css类 */
|
|
/* @import url(); 引入css类 */
|
|
.bookView2 {
|
|
.bookView2 {
|
|
|
|
+ padding-left: 30px;
|
|
div {
|
|
div {
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
}
|
|
}
|