feat: trade place layout

This commit is contained in:
ding 2021-11-21 11:34:22 +08:00
parent 10eb6276ac
commit 34b43b632d
3 changed files with 5 additions and 4 deletions

View File

@ -53,7 +53,7 @@ export default {
background: #283046; background: #283046;
border-radius: 0.428rem; border-radius: 0.428rem;
padding: 1rem 1.5rem 1.5rem 1.5rem; padding: 1rem 1.5rem 1.5rem 1.5rem;
min-height: 50rem; min-height: 44.5rem;
} }
.place-percent { .place-percent {
display: flex; display: flex;

View File

@ -74,12 +74,13 @@ export default {
debug: false, debug: false,
symbol: 'BTCUSDT', symbol: 'BTCUSDT',
timezone: 'Asia/Shanghai', timezone: 'Asia/Shanghai',
fullscreen: true, fullscreen: false,
autosize: false,
interval: '5', interval: '5',
height: 520,
container_id: 'chart-container-id', container_id: 'chart-container-id',
library_path: '/charting_library/', library_path: '/charting_library/',
locale: 'en', locale: 'en',
autosize: true,
datafeed: new DataFeeds(store), datafeed: new DataFeeds(store),
theme: 'Dark', theme: 'Dark',
favorites: { favorites: {

View File

@ -36,6 +36,6 @@ export default {
.trade-left { .trade-left {
background: #283046; background: #283046;
border-radius: 0.428rem; border-radius: 0.428rem;
padding: 1rem 1.5rem 2rem 1.5rem; padding: 0.5rem 1.5rem 2rem 1.5rem;
} }
</style> </style>