diff --git a/src/assets/styles/autoCommit.css b/src/assets/styles/autoCommit.css index e69de29..8de36b4 100644 --- a/src/assets/styles/autoCommit.css +++ b/src/assets/styles/autoCommit.css @@ -0,0 +1,30 @@ +#app{ + background: #272822; + height: 100vh; + color: #fff; + } + + .el-main { + background-color: #272822; + } + + .form_item { + font-size: 16px; + } + .form_item .el-form-item__label{ + font-size: 16px; + color: #fff; + } + + .form-title { + padding-top: 20px; + font-weight: bold; + font-size: 30px; + text-align: center; + } + + body > .el-container { + margin-bottom: 40px; + } + + \ No newline at end of file diff --git a/src/views/autoCommit.html b/src/views/autoCommit.html index 9446e5e..29c494d 100644 --- a/src/views/autoCommit.html +++ b/src/views/autoCommit.html @@ -11,9 +11,21 @@
+
Github自动提交commit工具
- Header - Main + + + + +
{{ form.itemSrc }}
+
+
+ + + + + +
@@ -21,17 +33,29 @@