傅行帆 5 年之前
父節點
當前提交
9402fba88e

+ 1
- 1
src/pages/indexEcharts/components/UserSource.jsx 查看文件

110
   return (
110
   return (
111
     <>
111
     <>
112
       <div>
112
       <div>
113
-      <p onClick={()=>router.push('/indexEcharts/userSource')}><span style={{borderBottom:'1px solid #f02d40',cursor: 'pointer',color:'#333',fontSize:'0.12rem',fontWeight:'600'}}>用户来源1</span> {!props.BuildSelectHide && <span style={{ fontSize: '0.09rem', color: '#888', marginLeft: '0.06rem' }}>最近七天</span>}</p>
113
+      <p onClick={()=>router.push('/indexEcharts/userSource')}><span style={{borderBottom:'1px solid #f02d40',cursor: 'pointer',color:'#333',fontSize:'0.12rem',fontWeight:'600'}}>用户来源</span> {!props.BuildSelectHide && <span style={{ fontSize: '0.09rem', color: '#888', marginLeft: '0.06rem' }}>最近七天</span>}</p>
114
 
114
 
115
         <EChart options={baroptions} style={barstyle} />
115
         <EChart options={baroptions} style={barstyle} />
116
 
116
 

+ 1
- 1
src/pages/indexEcharts/components/UserSourceDetail.jsx 查看文件

126
   return (
126
   return (
127
     <>
127
     <>
128
       <div>
128
       <div>
129
-      <p onClick={()=>router.push('/indexEcharts/userSource')}><span style={{borderBottom:'1px solid #f02d40',cursor: 'pointer',color:'#333',fontSize:'0.12rem',fontWeight:'600'}}>用户来源1</span> {!props.BuildSelectHide && <span style={{ fontSize: '0.09rem', color: '#888', marginLeft: '0.06rem' }}>最近七天</span>}</p>
129
+      <p onClick={()=>router.push('/indexEcharts/userSource')}><span style={{borderBottom:'1px solid #f02d40',cursor: 'pointer',color:'#333',fontSize:'0.12rem',fontWeight:'600'}}>用户来源</span> {!props.BuildSelectHide && <span style={{ fontSize: '0.09rem', color: '#888', marginLeft: '0.06rem' }}>最近七天</span>}</p>
130
 
130
 
131
         <EChart options={baroptions} style={barstyle} />
131
         <EChart options={baroptions} style={barstyle} />
132
 
132