Procházet zdrojové kódy

fix: 授权按钮添加 overflow/min-width/min-height 保持圆形

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline před 2 týdny
rodič
revize
a2aa2f5b5a
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      haha-mp/src/pages/index/index.vue

+ 4 - 0
haha-mp/src/pages/index/index.vue

@@ -366,10 +366,14 @@ const onContactSuccess = () => logger.log('[首页] 客服会话已打开')
 .auth-button {
   width: 400rpx;
   height: 400rpx;
+  min-width: 400rpx;
+  min-height: 400rpx;
   border-radius: 50%;
   background: transparent;
   border: none;
   padding: 0;
+  margin: 0;
+  overflow: hidden;
 
   &::after { border: none; }