Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage

This commit is contained in:
岳佳鑫
2022-10-22 16:11:08 +08:00

View File

@@ -628,7 +628,7 @@ export default defineComponent({
},
});
</script>
<style lang="scss" scoped>
<style lang="scss">
.clearfix:before,
.clearfix:after {
content: " ";
@@ -858,7 +858,7 @@ export default defineComponent({
}
.taskSyllabus {
// flex: 1;
overflow-x: scroll;
overflow-x: auto;
.ant-collapse {
border: 0px;
@@ -876,7 +876,7 @@ export default defineComponent({
.ant-collapse-header {
display: flex;
height: 49px;
background-color: #fcf0ef;
background-color: #eff4fc;
align-items: center;
margin-top: 20px;
margin-left: 38px;