子悦 王 4 роки тому
батько
коміт
b2f3f0e833

+ 1 - 0
src/views/CoursePage/CourseDetail.vue

@@ -164,6 +164,7 @@ import NoticeItem from "./components/NoticeItem";
 import FileEntry from "./components/FileEntry";
 import FileEntry from "./components/FileEntry";
 import {reactive, ref} from "vue";
 import {reactive, ref} from "vue";
 
 
+
 const newNoticeType = reactive({type: "", title: "", color: ""});
 const newNoticeType = reactive({type: "", title: "", color: ""});
 const showNewNoticeDialog = ref(false);
 const showNewNoticeDialog = ref(false);
 const themeColor = {
 const themeColor = {

+ 1 - 1
src/views/ManagePage/managePage.css

@@ -72,7 +72,7 @@
     }
     }
 }
 }
 
 
-@media screen and (max-width: 1350px) {
+@media screen and (max-width: 1350px) and (min-width: 1100px) {
     .cItem {
     .cItem {
         display: inline-block;
         display: inline-block;
         width: 30%;
         width: 30%;