Explorar o código

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

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline hai 2 semanas
pai
achega
a2aa2f5b5a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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; }