傅行帆 5 年前
父节点
当前提交
046a56e7b2

+ 2
- 2
src/pages/customer/customerlist/customerDetail.jsx 查看文件

@@ -128,7 +128,7 @@ function header(props) {
128 128
             </div>
129 129
             <div className={styles.Centered}>
130 130
               <p>访问时长:{data.duration}秒</p>
131
-              <p>访问次数:{data.visitTimes}</p>
131
+              <p>访问次数:{data.visitTimes}</p>
132 132
               <p className={styles.rightItem}>客户描述:{data.describe}</p>
133 133
               {/* <p>预约人数:{ data.visiteNum }</p> */}
134 134
             </div>
@@ -159,7 +159,7 @@ function header(props) {
159 159
             <img className={styles.touxiangphoto} src={data.consultant && data.consultant.photo} />
160 160
             <p >{data.consultant && data.consultant.userName}</p>
161 161
           </div>
162
-          <div className={styles.right}>
162
+          <div className={styles.rightphone}>
163 163
             {/* <p className={styles.infoItem}>姓名:{ data.consultant && data.consultant.name }</p>
164 164
           <p className={styles.infoItem}>部门:{ data.consultant && data.consultant.department }</p> */}
165 165
             <p className={styles.infoItem}>号码:{data.consultant && data.consultant.phone} </p>

+ 1
- 1
src/pages/customer/customerlist/publicCustomerDetail.jsx 查看文件

@@ -130,7 +130,7 @@ function onChange(number) {
130 130
           </div>
131 131
           <div className={publicStyle.Centered}>
132 132
           <p>访问时长:{ data.duration }秒</p>
133
-          <p>访问次数:{ data.visitTimes }</p>
133
+          <p>访问次数:{ data.visitTimes }</p>
134 134
           <p className={publicStyle.rightItem}>来访渠道:{data.personFrom}</p>
135 135
           {/* <p>预约人数:{ data.visiteNum }</p> */}
136 136
           </div>

+ 6
- 0
src/pages/customer/customerlist/style.less 查看文件

@@ -176,6 +176,12 @@
176 176
     // top:108px;
177 177
     // left:170px;
178 178
   }
179
+  .rightphone{
180
+  
181
+    position: absolute;
182
+    top:108px;
183
+    left:170px;
184
+  }
179 185
   .left{
180 186
     position: absolute;
181 187
     top:108px;

+ 1
- 1
src/pages/news/list/NewsList.jsx 查看文件

@@ -226,7 +226,7 @@ function body(props) {
226 226
           </p>
227 227
 
228 228
           <p style={{ fontSize: ' 0.106rem', color: '#555', marginBottom: '8px', display: 'flex', alignItems: 'center' }}>
229
-            <span style={{ display: 'inline-block', width: '50%', overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap' }}>点赞数量:{data.favorNum}</span>
229
+            {/* <span style={{ display: 'inline-block', width: '50%', overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap' }}>点赞数量:{data.favorNum}</span> */}
230 230
             <span>收藏数量:{data.saveNum}</span>
231 231
           </p>
232 232