Browse Source

Revert "处理ios无法复制的问题"

This reverts commit 5ce2d229f5a74cf5a09a30a7b4d115ac8d68d066.
黎海 2 years ago
parent
commit
059b52664f
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/pages/chat/index.jsx
  2. 2 2
      src/pages/chat/index.less

+ 2 - 2
src/pages/chat/index.jsx

@@ -199,7 +199,7 @@ export default class Albums_play extends Component {
199 199
                   item.name == 'mine' &&
200 200
                   <View className='mine-speak-info'>
201 201
                     <View className='mine-text'>
202
-                      <Text selectable userSelect className='mine-text-content'>
202
+                      <Text selectable className='mine-text-content'>
203 203
                         {item.userTexts}
204 204
                       </Text>
205 205
                       <View className='mine-text-tip'></View>
@@ -212,7 +212,7 @@ export default class Albums_play extends Component {
212 212
                   <View className='other-speak-info'>
213 213
                     <Image className='other-image' src={item.userImage}></Image>
214 214
                     <View className='other-text'>
215
-                      <Text selectable userSelect className='other-text-content'>
215
+                      <Text selectable className='other-text-content'>
216 216
                         {item.userTexts}
217 217
                       </Text>
218 218
                       <View className='other-text-tip'></View>

+ 2 - 2
src/pages/chat/index.less

@@ -96,7 +96,7 @@ page {
96 96
   display: flex;
97 97
   padding:  20px;
98 98
   .other-text{
99
-    background-color: #f8f8f8;
99
+    background-color: #9EE770;
100 100
     border-radius: 10px;
101 101
     padding: 20px;
102 102
     max-width: 485px;
@@ -113,7 +113,7 @@ page {
113 113
       height: 0;
114 114
       border-top: 20px solid transparent;
115 115
       border-left: 20px solid transparent;
116
-      border-right: 20px solid #f8f8f8;
116
+      border-right: 20px solid #9EE770;
117 117
       border-bottom: 20px solid transparent;
118 118
     }
119 119
   }