mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user