zengyicheng 1 year ago
parent
commit
274355fd09

+ 11 - 1
src/components/easy2/studyStudent.vue

@@ -22036,6 +22036,16 @@ ol {
   align-items: flex-end;
 }
 
+.worksTop::before{
+  content: '';
+  display: block;
+  width: 3px;
+  height: 20px;
+  background: #0061FF;
+  border-radius: 3px;
+  margin: 0 5px 0 0;
+}
+
 .corOpen {
   margin: 0 0 0 10px;
   font-size: 14px;
@@ -22551,7 +22561,7 @@ ol {
   background: #fff;
   right: 5%;
   bottom: 18%;
-  min-width: 600px;
+  min-width: 1035px;
   min-height: 300px;
   border-radius: 10px;
   box-shadow: 0 0 8px 1px #b2b2b2;

+ 11 - 1
src/components/easy3/studyStudent.vue

@@ -22022,6 +22022,16 @@ ol {
   align-items: flex-end;
 }
 
+.worksTop::before{
+  content: '';
+  display: block;
+  width: 3px;
+  height: 20px;
+  background: #0061FF;
+  border-radius: 3px;
+  margin: 0 5px 0 0;
+}
+
 .corOpen {
   margin: 0 0 0 10px;
   font-size: 14px;
@@ -22537,7 +22547,7 @@ ol {
   background: #fff;
   right: 5%;
   bottom: 18%;
-  min-width: 600px;
+  min-width: 1035px;
   min-height: 300px;
   border-radius: 10px;
   box-shadow: 0 0 8px 1px #b2b2b2;

+ 11 - 1
src/components/studyStudent.vue

@@ -22002,6 +22002,16 @@ ol {
   align-items: flex-end;
 }
 
+.worksTop::before{
+  content: '';
+  display: block;
+  width: 3px;
+  height: 20px;
+  background: #0061FF;
+  border-radius: 3px;
+  margin: 0 5px 0 0;
+}
+
 .corOpen {
   margin: 0 0 0 10px;
   font-size: 14px;
@@ -22517,7 +22527,7 @@ ol {
   background: #fff;
   right: 5%;
   bottom: 18%;
-  min-width: 600px;
+  min-width: 1035px;
   min-height: 300px;
   border-radius: 10px;
   box-shadow: 0 0 8px 1px #b2b2b2;