mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 20:36:45 +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>
|
</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;
|
||||||
|
|||||||
Reference in New Issue
Block a user