diff --git a/src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue b/src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue index 17fd810..41144c2 100644 --- a/src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue +++ b/src/views/kc/zyJxdgBanben/ZyJxdgTeacherList.vue @@ -17,7 +17,7 @@ 填写教学大纲内容 - + 返回 @@ -25,11 +25,11 @@ -
请选择填写的教学大纲版本
- + @@ -184,27 +184,27 @@ - 添加 + 添加 - - + + - + @@ -215,7 +215,7 @@ - 添加 + 添加 @@ -223,10 +223,10 @@ - {{ item3.title }}: + {{ item3.title }}: - + {{ `请选择` + item3.title }} {{ @@ -245,8 +245,8 @@ - - + + @@ -257,12 +257,12 @@ - 添加 + 添加 - + 请选择课程目标 {{ peizhi.title @@ -270,7 +270,7 @@ - + 请选择考核方式 {{ peizhi.title @@ -278,7 +278,7 @@ - + @@ -339,14 +339,14 @@ :span="23" v-for="(item, index) in zyJxdgMainTable.dataSource" :key="index" - style="margin: 8px auto; background: #fff; border: 1px solid #eee" + class="borderstyle" > - + {{ item.title }} - + @@ -404,7 +404,7 @@ - + @@ -424,7 +424,7 @@ - {{ item3.title }} : + {{ item3.title }}: {{ item3.title }} @@ -439,9 +439,9 @@ - - - {{ item3.title }}: + + + {{ item3.title }}: {{ item3.content }} @@ -1196,7 +1196,7 @@ onMounted(() => { } .ant-form-item { box-sizing: border-box; - margin: 10px 0; + margin: 6px 0; padding: 0; color: rgba(0, 0, 0, 0.85); font-size: 14px; @@ -1206,6 +1206,7 @@ onMounted(() => { font-feature-settings: tnum; /* margin-bottom: 24px; */ vertical-align: top; + background: #fafafa ; } .bled-countenance { color: #333333; @@ -1255,11 +1256,11 @@ onMounted(() => { } .Text-Content { padding: 10px; - color: #888; + color: #777; } .dhxg { padding: 15px; - border: 1px solid #ccc; + border: 1px solid #f0f0f0; margin: 15px; border-radius: 10px; } @@ -1277,4 +1278,19 @@ onMounted(() => { margin: 17px; border-radius: 10px; } +.borderstyle{ + margin:8px auto; + border:1px solid #e6e6e6; + background:#fff; + border-radius:6px; + padding: 8px; +} +.borderstyle:hover{ + margin:8px auto; + border:1px solid #e6e6e6; + background:#fff; + border-radius:6px; + padding:8px; + box-shadow: 2px 2px 10px 1px #d4d4d4; +} \ No newline at end of file diff --git a/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenDetailForm.vue b/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenDetailForm.vue index e956e41..3982bb7 100644 --- a/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenDetailForm.vue +++ b/src/views/kc/zyJxdgBanben/components/ZyJxdgBanbenDetailForm.vue @@ -1,5 +1,5 @@