Browse Source

Merge branch 'iteration-20240919'

lex-xin 1 month ago
parent
commit
bb0761688b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/teacher/my-fans/index.module.less

+ 4 - 4
src/teacher/my-fans/index.module.less

@@ -18,14 +18,14 @@
 }
 
 .myFansContainer {
-  overflow: hidden;
+  // overflow: hidden;
 }
 .myFans {
-  margin: 12px 14px 0;
-  width: auto;
+  margin: 12px 14px 0 !important;
+  width: auto !important;
   background: #ffffff;
   border-radius: 10px;
-  padding: 15px 12px;
+  padding: 15px 12px !important;
 }
 
 .userName {