修改样式

This commit is contained in:
zhangsir
2023-09-26 10:54:02 +08:00
parent d68a23a0f0
commit c3671ea822
3 changed files with 5 additions and 5 deletions

View File

@@ -427,7 +427,7 @@ getList()
},
});
</script>
<style lang="scss">
<style lang="scss" scoped>
.modal{
overflow-y: auto;
}

View File

@@ -383,7 +383,7 @@ getList()
},
});
</script>
<style lang="scss">
<style lang="scss" scoped>
.modal{
overflow-y: auto;
}

View File

@@ -1,6 +1,6 @@
<!-- 课程推荐页面 -->
<template>
<div class="researchmanage">
<div class="recommend">
<!-- 搜索框及按钮 -->
<div class="filter">
<div class="filterItems">
@@ -435,7 +435,7 @@ const handleNew = () => {
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.clearfix:before,
.clearfix:after {
content: " ";
@@ -577,7 +577,7 @@ const handleNew = () => {
}
}
.researchmanage {
.recommend {
width: 100%;
height: 100%;
display: flex;