mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
fixed frontend formatting
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
|||||||
import { Module } from "../../model/module";
|
import { Module } from "../../model/module";
|
||||||
import moduleStore from "../../store/moduleStore";
|
import moduleStore from "../../store/moduleStore";
|
||||||
import { fetchAllModules } from "../../api/fetchCourse";
|
import { fetchAllModules } from "../../api/fetchCourse";
|
||||||
import { createIndividualFeed, saveIndividualFeed } from "../../api/createFeed.ts";
|
import { saveIndividualFeed } from "../../api/createFeed";
|
||||||
import tokenStore from "../../store/tokenStore.ts";
|
import tokenStore from "../../store/tokenStore";
|
||||||
import router from "../../router";
|
import router from "../../router";
|
||||||
|
|
||||||
const tableData = computed(() =>
|
const tableData = computed(() =>
|
||||||
@@ -107,9 +107,4 @@ async function finalStep() {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
@media screen and (min-width: 962px) {
|
|
||||||
.empty-message {
|
|
||||||
width: 50rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user