mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
修改样式
This commit is contained in:
@@ -427,7 +427,7 @@ getList()
|
||||
},
|
||||
});
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.modal{
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@@ -383,7 +383,7 @@ getList()
|
||||
},
|
||||
});
|
||||
</script>
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.modal{
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user