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