mo 1 year ago
parent
commit
570516ceec

+ 3 - 0
src/views/tenantAllData/index.module.less

@@ -19,6 +19,9 @@
         height: 14px;
         margin-right: 6px;
       }
+      .sanIcon {
+        margin-left: 6px;
+      }
     }
     .timerWrap {
       display: flex;

+ 2 - 2
src/views/tenantAllData/tenamtDataDetail.tsx

@@ -180,7 +180,7 @@ export default defineComponent({
       <MSticky position='top'>
       <div class={styles.top}>
         <div class={styles.topWrap}>
-          <div class={styles.topHeadSchool} onClick={()=>forms.classStatus= true}>
+          <div class={styles.topHead} onClick={()=>forms.classStatus= true}>
 
             {forms.schoolName}
             <img
@@ -360,7 +360,7 @@ export default defineComponent({
               // getStat();
               forms.classStatus = false;
               refreshing.value = true;
-            getStat();
+              getStat();
               getList()
             }}
           />