Bladeren bron

调整背景

psycho 6 jaren geleden
bovenliggende
commit
83f06ac6c3

+ 1 - 2
TEAMModelOS.SmartClass/ClientApp/view/app.vue

@@ -34,7 +34,7 @@
   html, body, #app {
     height: 100% !important;
     user-select: none;
-    background:rgb(248,248,248);
+    background:rgb(241,242,243);
   }
 
   .main-content {
@@ -45,7 +45,6 @@
     display: flex;
     flex-direction: column;
     align-items: center;
-    background:rgb(248,248,248);
   }
   .content {
     width:100%;

+ 0 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/LessonDetails.vue

@@ -243,7 +243,6 @@
 
     .banner img {
       width: 100%;
-      height:400px;
       min-width: 1280px;
     }
 

+ 1 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/LiveBroadcast.vue

@@ -178,7 +178,7 @@
   }
 
   .main-content {
-    background: rgb(248,248,248) !important;
+    background: rgb(241,242,243) !important;
   }
 
   .container {

+ 1 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/MainPage.vue

@@ -34,6 +34,7 @@
   html, body, #app {
     height: 100% !important;
     user-select: none;
+    background: rgb(241,242,243);
   }
 
   .main-content {
@@ -44,7 +45,6 @@
     display: flex;
     flex-direction: column;
     align-items: center;
-    background: rgb(248,248,248);
   }
 
   .content {

+ 1 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/ReviewActivity.vue

@@ -72,7 +72,7 @@
   }
 
   .main-content {
-    background: rgb(248,248,248) !important;
+    background: rgb(241,242,243) !important;
   }
 
   .container {

+ 1 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/index.vue

@@ -121,7 +121,7 @@
     }
   }
 </script>
-<style>
+<style scoped>
   html, body, #app {
     height: 100% !important;
     user-select: none;