This commit is contained in:
2024-05-17 22:59:51 +02:00
parent 9b469155c4
commit 37cf43075e
8 changed files with 8 additions and 8 deletions

View File

@@ -85,4 +85,4 @@ watchEffect(async () => {
@apply rounded-t-md bg-slate-600; @apply rounded-t-md bg-slate-600;
} }
} }
</style>@/market/tracking </style>

View File

@@ -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>

View File

@@ -66,4 +66,4 @@ defineExpose({ open });
</div> </div>
</div> </div>
</Modal> </Modal>
</template>./acquisitions </template>

View File

@@ -45,4 +45,4 @@ defineExpose({ open });
</div> </div>
</div> </div>
</Modal> </Modal>
</template>./acquisitions </template>

View File

@@ -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>

View File

@@ -40,4 +40,4 @@ watch(() => acquiredTypesStore.types, async itms => {
<SellModal ref="sellModal" /> <SellModal ref="sellModal" />
</template> </template>
</div> </div>
</template>@/market/acquisition </template>

View File

@@ -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>

View File

@@ -98,4 +98,4 @@ img.type-image {
width: 64px; width: 64px;
height: 64px; height: 64px;
} }
</style>@/market/tracking </style>