Переглянути джерело

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

This reverts commit 5ce2d229f5a74cf5a09a30a7b4d115ac8d68d066.
黎海 2 роки тому
батько
коміт
059b52664f
2 змінених файлів з 4 додано та 4 видалено
  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
                   item.name == 'mine' &&
199
                   item.name == 'mine' &&
200
                   <View className='mine-speak-info'>
200
                   <View className='mine-speak-info'>
201
                     <View className='mine-text'>
201
                     <View className='mine-text'>
202
-                      <Text selectable userSelect className='mine-text-content'>
202
+                      <Text selectable className='mine-text-content'>
203
                         {item.userTexts}
203
                         {item.userTexts}
204
                       </Text>
204
                       </Text>
205
                       <View className='mine-text-tip'></View>
205
                       <View className='mine-text-tip'></View>
@@ -212,7 +212,7 @@ export default class Albums_play extends Component {
212
                   <View className='other-speak-info'>
212
                   <View className='other-speak-info'>
213
                     <Image className='other-image' src={item.userImage}></Image>
213
                     <Image className='other-image' src={item.userImage}></Image>
214
                     <View className='other-text'>
214
                     <View className='other-text'>
215
-                      <Text selectable userSelect className='other-text-content'>
215
+                      <Text selectable className='other-text-content'>
216
                         {item.userTexts}
216
                         {item.userTexts}
217
                       </Text>
217
                       </Text>
218
                       <View className='other-text-tip'></View>
218
                       <View className='other-text-tip'></View>

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

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