Browse Source

修改目标管理样式

zengyicheng 2 years ago
parent
commit
9e3aad3825
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/pages/addCourse.vue

+ 3 - 1
src/components/pages/addCourse.vue

@@ -254,7 +254,7 @@
               style="border-radius: 0; margin-top: 15px; padding-bottom: 20px"
             >
               <div class="right_title">目标管理</div>
-              <div style="margin: 15px auto;padding: 0 0 0 20px;">
+              <div style="margin: 15px auto; padding: 0 0 0 20px">
                 <div
                   style="
                     width: 100%%;
@@ -5808,6 +5808,8 @@ ol {
   width: 100%;
   box-sizing: border-box;
   padding: 0 20px;
+  flex-direction: row;
+  flex-wrap: wrap;
 }
 
 .type_title {