File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Stock-Market-Application/src/components Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
257
257
< ColumnDirective
258
258
field = "CompanyName"
259
259
headerText = "Company"
260
- width = "170 "
260
+ width = "160 "
261
261
> </ ColumnDirective >
262
262
< ColumnDirective
263
263
field = "Sector"
@@ -275,21 +275,21 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
275
275
field = "Last"
276
276
format = "N2"
277
277
textAlign = "Center"
278
- width = "90 "
278
+ width = "80 "
279
279
> </ ColumnDirective >
280
280
< ColumnDirective
281
281
field = "ChangeInValue"
282
282
headerText = "CHNG 1D"
283
283
format = "N2"
284
284
textAlign = "Center"
285
- width = "100 "
285
+ width = "90 "
286
286
> </ ColumnDirective >
287
287
< ColumnDirective
288
288
field = "ChangeInPercent"
289
289
headerText = "CHNG (%)"
290
290
format = "P2"
291
291
textAlign = "Center"
292
- width = "100 "
292
+ width = "80 "
293
293
> </ ColumnDirective >
294
294
< ColumnDirective
295
295
field = "Rating"
@@ -300,13 +300,13 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
300
300
field = "High"
301
301
format = "N2"
302
302
textAlign = "Center"
303
- width = "90 "
303
+ width = "80 "
304
304
> </ ColumnDirective >
305
305
< ColumnDirective
306
306
field = "Low"
307
307
format = "N2"
308
308
textAlign = "Center"
309
- width = "90 "
309
+ width = "80 "
310
310
> </ ColumnDirective >
311
311
< ColumnDirective
312
312
field = "Volume"
@@ -331,7 +331,7 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
331
331
} ,
332
332
} ,
333
333
] }
334
- width = "110 "
334
+ width = "100 "
335
335
> </ ColumnDirective >
336
336
</ ColumnsDirective >
337
337
< Inject services = { [ Page , Sort , CommandColumn ] } />
@@ -343,7 +343,7 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
343
343
id = "listSidebar"
344
344
ref = { sidebarobj }
345
345
className = "sidebar-list"
346
- width = "250px "
346
+ width = "220px "
347
347
target = ".listmaincontent"
348
348
type = "Auto"
349
349
isOpen = { true }
You can’t perform that action at this time.
0 commit comments