diff --git a/src/renderer/src/views/teachingDesign/container/left.vue b/src/renderer/src/views/teachingDesign/container/left.vue
index f994a55..ab6f38b 100644
--- a/src/renderer/src/views/teachingDesign/container/left.vue
+++ b/src/renderer/src/views/teachingDesign/container/left.vue
@@ -7,18 +7,22 @@
{{ item.name }}
选择模式
-
-
-
- {{ el.name }}
-
-
- {{ el.prompt }}
-
-
-
-
-
+
+
+
+
+
+ {{ el.name }}
+
+
+
+
+ {{ el.prompt }}
+
+
+
+
+
@@ -97,30 +101,44 @@ onMounted(() => {
justify-content: space-between;
margin-bottom: 5px;
}
-
.con-item {
margin-bottom: 20px;
+ display: flex;
+ flex-direction: column
+ }
+ .item-list{
+ margin-bottom: 10px;
}
-
.item-card {
width: 130px;
font-size: 13px;
padding: 10px;
margin-right: 20px;
-
+ flex-shrink: 0;
+ border-radius: 10px;
:deep(.el-card__body) {
padding: 0 !important;
}
.card-name {
text-align: center;
+ font-size: 14px;
}
.card-text {
text-align: left;
- font-size: 12px;
+
+ .el-text{
+ font-size: 12px !important;
+ }
}
}
}
}
+.content-list{
+ overflow-x: auto
+}
+.content-list::-webkit-scrollbar {
+ height: 8px;
+}
\ No newline at end of file
diff --git a/src/renderer/src/views/teachingDesign/container/right.vue b/src/renderer/src/views/teachingDesign/container/right.vue
index 48c1ce3..f973469 100644
--- a/src/renderer/src/views/teachingDesign/container/right.vue
+++ b/src/renderer/src/views/teachingDesign/container/right.vue
@@ -52,26 +52,55 @@