丸子 4 ماه پیش
والد
کامیت
3892c875de
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/components/blockly/MapGame.vue

+ 3 - 3
src/components/blockly/MapGame.vue

@@ -2087,14 +2087,14 @@ onUnmounted(() => {
 }
 .message-item p {
   margin: rpx(4) 0;
-  line-height: 1.6;
-  font-size: rpx(7);
+  line-height: 0;
+  font-size: rpx(10);
   text-align: left;
   color: black;
   background-color: #e6faff;
   opacity: 0.8;
   border-radius: rpx(4);
-  padding: rpx(6);
+  padding: rpx(2) rpx(5);
   max-width: 100%;
 }
 .message-item p:first-child {