Explorar el Código

走查更改样式

1、走查样式;
2、bug处理;
lex hace 2 años
padre
commit
167e5ab613

+ 5 - 0
src/school/train-report/modal/student-attendance.tsx

@@ -98,6 +98,11 @@ export default defineComponent({
             rotate: 45,
             fontSize: 10,
             color: '#333'
+          },
+          axisLine: {
+            lineStyle: {
+              color: '#D6D6D6'
+            }
           }
         },
         yAxis: {

+ 5 - 0
src/school/train-report/modal/teacher-attendance.tsx

@@ -97,6 +97,11 @@ export default defineComponent({
             rotate: 45,
             fontSize: 10,
             color: '#333'
+          },
+          axisLine: {
+            lineStyle: {
+              color: '#D6D6D6'
+            }
           }
         },
         yAxis: {

+ 6 - 1
src/school/train-report/modal/train-class.tsx

@@ -94,6 +94,11 @@ export default defineComponent({
             rotate: 45,
             fontSize: 10,
             color: '#333'
+          },
+          axisLine: {
+            lineStyle: {
+              color: '#D6D6D6'
+            }
           }
         },
         yAxis: {
@@ -156,7 +161,7 @@ export default defineComponent({
           </div>
           <div class={styles.countNums}>
             <Image src={arrowPoint} class={styles.arrowPoint} />
-            乐团累计总课时<span>272</span>课时
+            乐团累计总课时<span>{forms.total}</span>课时
           </div>
         </div>