文章模块基本完成

This commit is contained in:
2023-07-05 01:13:29 +08:00
parent 8f48b40482
commit 0946e22f85
17 changed files with 1127 additions and 376 deletions

View File

@@ -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>