|
|
@@ -23,7 +23,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<Breadcrumb />
|
|
|
- <div class="padding12 bg_color_fff border_radius_16 box_shadow_card">
|
|
|
+ <div class="typeInfo bg_color_fff border_radius_16 box_shadow_card">
|
|
|
<div class="typeList flex-between typeborder" :class="{isShow:isShowStudyStage}">
|
|
|
<div class="gray font_size14 typeName">{{$t('common.studyStage')}}:</div>
|
|
|
<div class="flex_1 gap10">
|
|
|
@@ -277,31 +277,34 @@
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
.LearningSystem {
|
|
|
- .typeList{
|
|
|
- padding: 20px 0;
|
|
|
- height: 70px;
|
|
|
- overflow: hidden;
|
|
|
- &.isShow{
|
|
|
- height: auto;
|
|
|
- }
|
|
|
- &.typeborder{
|
|
|
- border-bottom: 1px dashed #DCDFE6;
|
|
|
- }
|
|
|
- .typeName{
|
|
|
- margin-top: 6px;
|
|
|
- min-width: 80px;
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
- .typeItem{
|
|
|
- margin: 4px 8px;
|
|
|
- cursor: pointer;
|
|
|
- padding: 4px 8px;
|
|
|
- &.active{
|
|
|
- background: rgba(45,113,255,0.1);
|
|
|
- border-radius: 4px 4px 4px 4px;
|
|
|
-
|
|
|
- color: $primary-color;
|
|
|
- font-weight: 600;
|
|
|
+ .typeInfo{
|
|
|
+ padding: 0 12px 0;
|
|
|
+ .typeList{
|
|
|
+ padding: 20px 0;
|
|
|
+ height: 70px;
|
|
|
+ overflow: hidden;
|
|
|
+ &.isShow{
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
+ &.typeborder{
|
|
|
+ border-bottom: 1px dashed #DCDFE6;
|
|
|
+ }
|
|
|
+ .typeName{
|
|
|
+ margin-top: 6px;
|
|
|
+ min-width: 80px;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ .typeItem{
|
|
|
+ margin: 4px 8px;
|
|
|
+ cursor: pointer;
|
|
|
+ padding: 4px 8px;
|
|
|
+ &.active{
|
|
|
+ background: rgba(45,113,255,0.1);
|
|
|
+ border-radius: 4px 4px 4px 4px;
|
|
|
+
|
|
|
+ color: $primary-color;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|