瀏覽代碼

教师端课堂记录

XW 1 年之前
父節點
當前提交
0a8d46ae20

+ 6 - 1
TEAMModelOS/ClientApp/src/view/classrecord/eventchart/DataCount.vue

@@ -171,10 +171,15 @@ export default {
     margin: 10px 0;
 }
 .data-item {
-    min-width: 21%;
+    /* min-width: 21%;
     width: fit-content;
     padding: 10px;
+    text-align: center; */
+
+    width: 150px;
+    padding: 10px;
     text-align: center;
+    margin-bottom: 30px;
 }
 .data-value {
     font-size: 40px;

+ 2 - 2
TEAMModelOS/ClientApp/src/view/mycourse/record/Record.vue

@@ -183,7 +183,7 @@
           class="confirm-btn">{{ $t('syllabus.confirm') }}</Button>
       </div>
     </Modal>
-    <Modal v-model="openFilter" className="ed-name-modal" :mask-closable="false">
+    <Modal v-model="openFilter" className="ed-name-modal" :mask-closable="false" width="700">
       <div slot="header">
         {{ $t('cusMgt.recordFilter') }}
       </div>
@@ -194,7 +194,7 @@
           </Checkbox>
           <!-- <div> -->
             <span class="clean-item-name">{{ item.name }}</span>
-            <Select v-model="item.type" style="width:120px;margin: 0 20px;">
+            <Select v-model="item.type" style="width:190px; margin: 0 20px;">
               <Option value=">=">{{ $t('lessonRecord.over') }}</Option>
               <Option value="<=">{{ $t('lessonRecord.less') }}</Option>
             </Select>