浏览代码

update chat

luke 6 年之前
父节点
当前提交
739480a160
共有 2 个文件被更改,包括 2 次插入4 次删除
  1. 1 0
      chat/src/components/index.vue
  2. 1 4
      chat/src/css/index.css

+ 1 - 0
chat/src/components/index.vue

@@ -1644,6 +1644,7 @@
 		max-width: 19.1rem;
 		max-width: 19.1rem;
 		table-layout:fixed;
 		table-layout:fixed;
 		word-break: break-all;
 		word-break: break-all;
+		text-align: left;
 	}
 	}
 
 
 	.HeadPortrait {
 	.HeadPortrait {

+ 1 - 4
chat/src/css/index.css

@@ -19,10 +19,7 @@ p,img,h1,h2,h3,h4,h5,ul,li,ol,li,dl,dt,dd,body{
   display: flex;
   display: flex;
   flex-direction: row;
   flex-direction: row;
 }
 }
-.row .rightAlignment {
-  text-align: right;
-  display: -webkit-box !important;
-}
+
 /* 垂直 */
 /* 垂直 */
 .column {
 .column {
   flex-direction: column;
   flex-direction: column;