文章模块基本完成
This commit is contained in:
@@ -302,6 +302,7 @@ export default {
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -336,4 +337,15 @@ export default {
|
||||
/*overflow-y: hidden;*/
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.el-card{
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.el-tabs{
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.el-tabs__nav-scroll {
|
||||
border-radius: 10px;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user