Browse Source

修改样式与打微信设置

lex 1 year ago
parent
commit
8de252af57

+ 1 - 0
src/views/knowledge-library/index.module.less

@@ -141,6 +141,7 @@
     position: relative;
     position: relative;
     overflow: hidden;
     overflow: hidden;
     max-height: 154px;
     max-height: 154px;
+    border-radius: 20px;
 
 
     &+.unitItem {
     &+.unitItem {
       margin-top: 12px;
       margin-top: 12px;

+ 1 - 1
src/views/student-register/index.tsx

@@ -512,7 +512,7 @@ export default defineComponent({
         />
         />
 
 
         {/* 是否在微信中打开 */}
         {/* 是否在微信中打开 */}
-        {/* <OWxTip /> */}
+        <OWxTip />
       </div>
       </div>
     );
     );
   }
   }