@@ -56,7 +56,7 @@
margin-right: 5px;
}
.subjectName {
- padding: 1px 4px 2px;
+ padding: 3px 4px 2px;
background: #FFF1DE;
border-radius: 4px;
font-size: 11px;
@@ -214,7 +214,7 @@ export default [
name: 'groupDetail',
component: () => import('@/teacher/group-class/group-detail'),
meta: {
- title: '小组课详情'
+ title: '课程组详情'
},
{
@@ -260,7 +260,7 @@ export default defineComponent({
<>
{this.courseOffStatus && (
<ColSticky position="bottom" background="white">
- <div class={['btnGroup']} style={{ paddingTop: '12px' }}>
+ <div class={['btnGroup']} >
<Button
block
round