许静 5 vuotta sitten
vanhempi
commit
64f4337eda

+ 1
- 1
src/pages/activity/ActivityList.jsx Näytä tiedosto

@@ -250,7 +250,7 @@ const handleSubmit = (e, props) => {
250 250
           </Button>
251 251
         </Form.Item>
252 252
       </Form>
253
-      <Button type="primary" className={styles.addBtn} onClick={toEditGoods()}>新增</Button>
253
+      <Button type="danger" className={styles.addBtn} onClick={toEditGoods()}>新增</Button>
254 254
       <Table dataSource={data.list} columns={columns} pagination={false}/>
255 255
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
256 256
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} />

+ 2
- 2
src/pages/building/type/index.jsx Näytä tiedosto

@@ -96,8 +96,8 @@ function body() {
96 96
 
97 97
   return (
98 98
     <>
99
-      <Button type="primary" className={Styles.addButton} onClick={() => toEdi()}>新增类型</Button>
100
-      <Table dataSource={data.records} columns={columns} pagination={false}/>
99
+      <Button type="danger" onClick={() => toEdi()}>新增类型</Button>
100
+      <Table style={{marginTop:'30px'}} dataSource={data.records} columns={columns} pagination={false}/>
101 101
       {/* 分页 */}
102 102
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
103 103
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={onChange} />

+ 1
- 1
src/pages/carouselFigure/advertisingList.jsx Näytä tiedosto

@@ -217,7 +217,7 @@ const handleSubmit = (e, props) => {
217 217
           </Button>
218 218
         </Form.Item>
219 219
       </Form>
220
-      <Button type="primary" className={styles.addBtn} onClick={toEdit()}>新增</Button>
220
+      <Button type="danger" className={styles.addBtn} onClick={toEdit()}>新增</Button>
221 221
       <Table dataSource={data.records} columns={columns} pagination={false}/>
222 222
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
223 223
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} />

+ 1
- 1
src/pages/carouselFigure/carouselFigureList.jsx Näytä tiedosto

@@ -217,7 +217,7 @@ const handleSubmit = (e, props) => {
217 217
           </Button>
218 218
         </Form.Item>
219 219
       </Form>
220
-      <Button type="primary" className={styles.addBtn} onClick={toEditCarouse()}>新增</Button>
220
+      <Button type="danger" className={styles.addBtn} onClick={toEditCarouse()}>新增</Button>
221 221
       <Table dataSource={data.records} columns={columns} pagination={false}/>
222 222
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
223 223
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} />

+ 1
- 1
src/pages/channel/brokerList.jsx Näytä tiedosto

@@ -166,7 +166,7 @@ return (
166 166
       {/* <Button onClick={() => refurbishList() }>重置</Button> */}
167 167
     </div>
168 168
     </div>
169
-    <Table dataSource={data.list} columns={columns} pagination={{ pageSize: 10, total: data.total, onChange }} />
169
+    <Table style={{marginTop:'40px'}} dataSource={data.list} columns={columns} pagination={{ pageSize: 10, total: data.total, onChange }} />
170 170
   </>
171 171
 )
172 172
 }

+ 2
- 2
src/pages/customer/customerlist/index.jsx Näytä tiedosto

@@ -248,8 +248,8 @@ function body(props) {
248 248
           )}
249 249
         </Form.Item>
250 250
         <Form.Item>
251
-          <Button type="danger" htmlType="submit" >
252
-            搜索
251
+          <Button type="primary" htmlType="submit" >
252
+            查询
253 253
           </Button>
254 254
         </Form.Item>
255 255
       </Form>

+ 1
- 1
src/pages/customer/report/index.jsx Näytä tiedosto

@@ -159,7 +159,7 @@ function body(props) {
159 159
           </Button>
160 160
         </Form.Item>
161 161
       </Form>
162
-      <Table dataSource={dataSource.records} columns={columns} pagination={{ total: dataSource.total, onChange }} />
162
+      <Table style={{marginTop:'40px'}} dataSource={dataSource.records} columns={columns} pagination={{ total: dataSource.total, onChange }} />
163 163
     </>
164 164
   );
165 165
 }

+ 1
- 1
src/pages/integralMall/GoodsList.jsx Näytä tiedosto

@@ -184,7 +184,7 @@ function header(props) {
184 184
           </Button>
185 185
         </Form.Item>
186 186
       </Form>
187
-      <Button type="primary" className={styles.addBtn} onClick={toEditGoods()}>新增</Button>
187
+      <Button type="danger" className={styles.addBtn} onClick={toEditGoods()}>新增</Button>
188 188
       <Table dataSource={data.records} columns={columns} pagination={false} />
189 189
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
190 190
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} />

+ 1
- 1
src/pages/integralMall/exchangeRecords.jsx Näytä tiedosto

@@ -190,7 +190,7 @@ function record(props) {
190 190
           </Form.Item>
191 191
         </div>
192 192
       </Form>
193
-      <Table dataSource={data.records} columns={columns} pagination={false} />
193
+      <Table style={{marginTop:'40px'}} dataSource={data.records} columns={columns} pagination={false} />
194 194
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
195 195
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} />
196 196
       </div>