Răsfoiți Sursa

把 right-bubble 的小角样式放大

shizhongqi 1 an în urmă
părinte
comite
dae76abb5e
2 a modificat fișierele cu 12 adăugiri și 8 ștergeri
  1. 6 4
      hdApp/src/admin/chat/chatPage.vue
  2. 6 4
      mallApp/src/pages/chat/chatPage.vue

+ 6 - 4
hdApp/src/admin/chat/chatPage.vue

@@ -554,12 +554,13 @@ export default {
     &::before {
       content: '';
       position: absolute;
-      left: -15upx;
+      left: -22upx;
       top: 30upx;
       width: 0;
       height: 0;
-      border: 6upx solid transparent;
+      border: 12upx solid transparent;
       border-right-color: #ffffff;
+      z-index: 999999;
     }
   }
 
@@ -571,12 +572,13 @@ export default {
     &::before {
       content: '';
       position: absolute;
-      right: -15upx;
+      right: -22upx;
       top: 30upx;
       width: 0;
       height: 0;
-      border: 6upx solid transparent;
+      border: 12upx solid transparent;
       border-left-color: rgb(27, 193, 66);
+      z-index: 999999;
     }
 
     .message-text {

+ 6 - 4
mallApp/src/pages/chat/chatPage.vue

@@ -557,12 +557,13 @@ export default {
     &::before {
       content: "";
       position: absolute;
-      left: -15upx;
+      left: -22upx;
       top: 30upx;
       width: 0;
       height: 0;
-      border: 6upx solid transparent;
+      border: 12upx solid transparent;
       border-right-color: #ffffff;
+      z-index: 999999;
     }
   }
 
@@ -574,12 +575,13 @@ export default {
     &::before {
       content: "";
       position: absolute;
-      right: -15upx;
+      right: -22upx;
       top: 30upx;
       width: 0;
       height: 0;
-      border: 6upx solid transparent;
+      border: 12upx solid transparent;
       border-left-color: rgb(27, 193, 66);
+      z-index: 999999;
     }
 
     .message-text {