瀏覽代碼

Update index.module.less

lex-xin 7 月之前
父節點
當前提交
12d5e5b8e5
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/teacher/my-fans/index.module.less

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

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