修改样式

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> </script>
<style lang="scss"> <style lang="scss" scoped>
.modal{ .modal{
overflow-y: auto; overflow-y: auto;
} }

View File

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

View File

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