refactor: 💡 综合实例查看详情重构

This commit is contained in:
chenkl
2020-12-28 09:50:04 +08:00
parent e77a931ef2
commit 9c26edd5d5
16 changed files with 340 additions and 34 deletions

View File

@@ -40,6 +40,9 @@ export default defineComponent({
<style lang="less" scoped>
.com-dialog__content {
height: 600px;
@{deep}(.el-scrollbar__wrap ) {
max-height: 600px; // 最大高度
overflow-x: hidden; // 隐藏横向滚动栏
}
}
</style>