傅行帆 преди 5 години
родител
ревизия
9402fba88e
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1
    1
      src/pages/indexEcharts/components/UserSource.jsx
  2. 1
    1
      src/pages/indexEcharts/components/UserSourceDetail.jsx

+ 1
- 1
src/pages/indexEcharts/components/UserSource.jsx Целия файл

@@ -110,7 +110,7 @@ const UserSource = (props) => {
110 110
   return (
111 111
     <>
112 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 115
         <EChart options={baroptions} style={barstyle} />
116 116
 

+ 1
- 1
src/pages/indexEcharts/components/UserSourceDetail.jsx Целия файл

@@ -126,7 +126,7 @@ const UserSourceDetail = (props) => {
126 126
   return (
127 127
     <>
128 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 131
         <EChart options={baroptions} style={barstyle} />
132 132