cleanup
This commit is contained in:
@@ -85,4 +85,4 @@ watchEffect(async () => {
|
|||||||
@apply rounded-t-md bg-slate-600;
|
@apply rounded-t-md bg-slate-600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>@/market/tracking
|
</style>
|
||||||
@@ -122,4 +122,4 @@ const getLineColor = (result: Result) => {
|
|||||||
div.end {
|
div.end {
|
||||||
@apply justify-self-end ms-2;
|
@apply justify-self-end ms-2;
|
||||||
}
|
}
|
||||||
</style>@/components/table
|
</style>
|
||||||
@@ -66,4 +66,4 @@ defineExpose({ open });
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
</template>./acquisitions
|
</template>
|
||||||
@@ -45,4 +45,4 @@ defineExpose({ open });
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
</template>./acquisitions
|
</template>
|
||||||
@@ -153,4 +153,4 @@ const getLineColor = (result: Result) => {
|
|||||||
div.end {
|
div.end {
|
||||||
@apply justify-self-end ms-2;
|
@apply justify-self-end ms-2;
|
||||||
}
|
}
|
||||||
</style>@/components/table
|
</style>
|
||||||
@@ -40,4 +40,4 @@ watch(() => acquiredTypesStore.types, async itms => {
|
|||||||
<SellModal ref="sellModal" />
|
<SellModal ref="sellModal" />
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>@/market/acquisition
|
</template>
|
||||||
@@ -76,4 +76,4 @@ watch(() => marketTrackingStore.types, async t => {
|
|||||||
<TrackingResultTable :items="items" @buy="(type, buy, sell) => buyModal?.open(type, { 'Buy': buy, 'Sell': sell })" @remove="removeItem" />
|
<TrackingResultTable :items="items" @buy="(type, buy, sell) => buyModal?.open(type, { 'Buy': buy, 'Sell': sell })" @remove="removeItem" />
|
||||||
<BuyModal ref="buyModal" />
|
<BuyModal ref="buyModal" />
|
||||||
</template>
|
</template>
|
||||||
</template>@/market/tracking
|
</template>
|
||||||
@@ -98,4 +98,4 @@ img.type-image {
|
|||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
}
|
}
|
||||||
</style>@/market/tracking
|
</style>
|
||||||
Reference in New Issue
Block a user