Browse Source

修改样式

zengyicheng 1 year ago
parent
commit
6a4c0d888e

+ 16 - 3
src/components/pages/kindStudentEva/test/index.vue

@@ -29,8 +29,20 @@
       </div>
     </div>
     <div class="i_body_contant">
-      <Diary v-if="type == 1" :oid="oid" :userid="userid" :org="org" :cid="cid"></Diary>
-      <Score v-if="type == 2" :oid="oid" :userid="userid" :org="org" :cid="cid"></Score>
+      <Diary
+        v-if="type == 1"
+        :oid="oid"
+        :userid="userid"
+        :org="org"
+        :cid="cid"
+      ></Diary>
+      <Score
+        v-if="type == 2"
+        :oid="oid"
+        :userid="userid"
+        :org="org"
+        :cid="cid"
+      ></Score>
       <Report v-if="type == 3" :oid="oid" :userid="userid" :org="org"></Report>
     </div>
   </div>
@@ -143,6 +155,7 @@ export default {
 }
 .i_body_title > .title_box > .active {
   background: #f8fafe;
+  border-radius: 10px 10px 0 0;
 }
 
 .i_body_title > .title_box > .active:nth-child(1) div:first-child {
@@ -162,6 +175,6 @@ export default {
   width: calc(100% - 40px);
   height: calc(100% - 90px);
   background: #f8fafe;
-  border-radius: 10px;
+  border-radius: 0 10px 10px 10px;
 }
 </style>

+ 1 - 1
src/components/pages/kindStudentEva/test/score.vue

@@ -8,7 +8,7 @@
           class="student_input"
           @change="searchStudentScore"
         >
-          <el-option label="所有学期" value=""></el-option>
+          <!-- <el-option label="所有学期" value=""></el-option> -->
           <el-option
             v-for="(y, yIndex) in yearJuri"
             :key="yIndex"