chao 2 年 前
コミット
9ad8a2b45b

+ 2 - 2
dist/index.html

@@ -6,7 +6,7 @@
         
         .el-select-dropdown__item.selected {
             color: rgb(81, 201, 154) !important;
-        }</style><link href=./static/css/app.ff3e871420877fd742af6ee1c5a88bb9.css rel=stylesheet></head><body><div id=app></div><script>let htmlwidth = document.documentElement.clientWidth || document.body.clientWidth
+        }</style><link href=./static/css/app.1d7a77e5e51fcdef770cb385dca8c060.css rel=stylesheet></head><body><div id=app></div><script>let htmlwidth = document.documentElement.clientWidth || document.body.clientWidth
         let htmlDom = document.getElementsByTagName('html')[0];
         if (htmlwidth > 750) {
             htmlwidth = 750
@@ -19,4 +19,4 @@
                 htmlwidth = 750
             }
             htmlDom.style.fontSize = htmlwidth / 20 + 'px';
-        };</script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.454c5485ebe6b7287c7a.js></script><script type=text/javascript src=./static/js/app.e9d824261fdcaa0df67e.js></script></body></html>
+        };</script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.454c5485ebe6b7287c7a.js></script><script type=text/javascript src=./static/js/app.7bb2d13baf9251c20a06.js></script></body></html>

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.1d7a77e5e51fcdef770cb385dca8c060.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.1d7a77e5e51fcdef770cb385dca8c060.css.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.ff3e871420877fd742af6ee1c5a88bb9.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/app.ff3e871420877fd742af6ee1c5a88bb9.css.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.7bb2d13baf9251c20a06.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.7bb2d13baf9251c20a06.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.e9d824261fdcaa0df67e.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 13 - 11
src/components/pages/index.vue

@@ -99,11 +99,12 @@
 		background: #e4c449;
 		border: 4px solid #fff;
 		border-radius: 8px;
-		width: 100px;
+		/* width: 100px; */
+		padding: 0.3rem 1rem;
 		text-align: center;
-		font-size: 16px;
-		height: 25px;
-		line-height: 25px;
+		font-size: 1rem;
+		/* height: 25px;
+		line-height: 25px; */
 		color: #fff;
 	}
 	.top {
@@ -130,8 +131,8 @@
 	.ts {
 		background-image: url("../../assets/twentyFour/ts.png");
 		background-size: 100% 100%;
-		width: 30px;
-		height: 30px;
+		width: 45px;
+		height: 45px;
 		background-repeat: no-repeat;
 	}
 
@@ -139,7 +140,7 @@
 		margin: 0 0 0 15px !important;
 	}
 	.logo {
-		height: 5rem;
+		height: 2rem;
 		width: 80%;
 		margin: 6rem auto 3rem auto !important;
 		background-image: url(/static/img/logo.b64f47e.png);
@@ -158,11 +159,12 @@
 		background: #60a4e5;
 		border: 4px solid #fff;
 		border-radius: 8px;
-		width: 100px;
+		padding: 0.3rem 1rem;
+		/* width: 100px; */
 		text-align: center;
-		font-size: 16px;
-		height: 30px;
-		line-height: 30px;
+		font-size: 1.4rem;
+		/* height: 30px;
+		line-height: 30px; */
 		color: #fff;
 		cursor: pointer;
 	}

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません