瀏覽代碼

no message

X\choro 11 月之前
父節點
當前提交
3fa44bfe0a

+ 6 - 2
economy/Views/SCSS/style.scss

@@ -1,4 +1,8 @@
-header {
+html {
+    height: 100%;
+}
+
+header {
     nav {
         > div {
             > div {
@@ -36,7 +40,7 @@
 body {
     display: flex;
     flex-direction: column;
-    height: 100%;
+    height: 100vh;
 
     main {
         flex: 1;

二進制
economy/bin/Debug/net8.0/economy.dll


二進制
economy/bin/Debug/net8.0/economy.exe


二進制
economy/bin/Debug/net8.0/economy.pdb


二進制
economy/obj/Debug/net8.0/apphost.exe


+ 1 - 1
economy/obj/Debug/net8.0/economy.AssemblyInfo.cs

@@ -15,7 +15,7 @@ using System.Reflection;
 [assembly: System.Reflection.AssemblyCompanyAttribute("economy")]
 [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
 [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bfdc55b83febc00550c3ae10f0c5747e283d6167")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b1f8111e69a69cef0d994c349f22123400dfbedf")]
 [assembly: System.Reflection.AssemblyProductAttribute("economy")]
 [assembly: System.Reflection.AssemblyTitleAttribute("economy")]
 [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

+ 1 - 1
economy/obj/Debug/net8.0/economy.AssemblyInfoInputs.cache

@@ -1 +1 @@
-601943631b8c82992a0de4c71b78d61a8fe2f2f7cd33209cd0e4edd9c93d1a35
+f2d55cf68e23c05a7f0783eb36d776384b323f8bc07e44960077ea9e77b78ff9

二進制
economy/obj/Debug/net8.0/economy.dll


二進制
economy/obj/Debug/net8.0/economy.pdb


二進制
economy/obj/Debug/net8.0/ref/economy.dll


二進制
economy/obj/Debug/net8.0/refint/economy.dll


+ 5 - 1
economy/wwwroot/css/style.css

@@ -1,4 +1,8 @@
 @charset "UTF-8";
+html {
+  height: 100%;
+}
+
 header nav > div > div {
   cursor: grab;
   overflow-x: auto;
@@ -26,7 +30,7 @@ header nav > div > div > ul > li a:hover {
 body {
   display: flex;
   flex-direction: column;
-  height: 100%;
+  height: 100vh;
 }
 body main {
   flex: 1;

File diff suppressed because it is too large
+ 0 - 0
economy/wwwroot/css/style.min.css


Some files were not shown because too many files changed in this diff