dingxin 5 лет назад
Родитель
Сommit
21c785d7ee
2 измененных файлов: 4 добавлений и 4 удалений
  1. 2
    2
      src/pages/activity/editActivity.jsx
  2. 2
    2
      src/pages/news/list/editNewsList.jsx

+ 2
- 2
src/pages/activity/editActivity.jsx Просмотреть файл

@@ -338,8 +338,8 @@ const Edit = (props) => {
338 338
         </div>
339 339
       </div>
340 340
       <div style={{ display: 'flex', alignItems: 'center', width: '100%' }}>
341
-        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
342
-        <Input placeholder="请输入海报标题" value={inputValue} onChange={e => changeInput(e.target.value)} />
341
+        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享标题</p>
342
+        <Input placeholder="请输入分享标题" value={inputValue} onChange={e => changeInput(e.target.value)} />
343 343
       </div>
344 344
       <div style={{ display: 'flex', width: '100%', marginTop: '40px' }}>
345 345
         <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>

+ 2
- 2
src/pages/news/list/editNewsList.jsx Просмотреть файл

@@ -286,8 +286,8 @@ const { TextArea } = Input;
286 286
         </div>
287 287
       </div>
288 288
       <div style={{ display: 'flex', alignItems: 'center', width: '100%' }}>
289
-        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
290
-        <Input placeholder="请输入海报标题" value={inputValue} onChange={e => changeInput(e.target.value)} />
289
+        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享标题</p>
290
+        <Input placeholder="请输入分享标题" value={inputValue} onChange={e => changeInput(e.target.value)} />
291 291
       </div>
292 292
       <div style={{ display: 'flex', width: '100%', marginTop: '40px' }}>
293 293
         <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>