瀏覽代碼

12/14 10:56

mo 4 年之前
父節點
當前提交
83486326de
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/views/teamDetail/componentCourse/message-box.vue

+ 5 - 3
src/views/teamDetail/componentCourse/message-box.vue

@@ -45,7 +45,8 @@ export default {
               margin-top: 10px;
               margin-top: 10px;
           color: #fff;
           color: #fff;
           background-color: #13817a;
           background-color: #13817a;
-          text-align: right;
+          text-align: left;
+          line-height: 24px;
           &::before{
           &::before{
             border: 10px solid #13817a;
             border: 10px solid #13817a;
             border-top-color: transparent;
             border-top-color: transparent;
@@ -66,7 +67,7 @@ export default {
         &:hover{
         &:hover{
             .time{
             .time{
               visibility: visible!important;
               visibility: visible!important;
-          } 
+          }
          }
          }
       .time{
       .time{
         display: block;
         display: block;
@@ -80,6 +81,7 @@ export default {
         background-color: #fff;
         background-color: #fff;
         padding: 10px;
         padding: 10px;
         border-radius: 5px;
         border-radius: 5px;
+        line-height: 24px;
         &::before{
         &::before{
           width: 0;
           width: 0;
           height: 0;
           height: 0;
@@ -92,7 +94,7 @@ export default {
           top: 8px;
           top: 8px;
           position: absolute;
           position: absolute;
         }
         }
-        
+
       }
       }
     }
     }
   }
   }