diff --git a/src/components/UploadKey/index.vue b/src/components/UploadKey/index.vue index 4004a4e41..04803931d 100644 --- a/src/components/UploadKey/index.vue +++ b/src/components/UploadKey/index.vue @@ -37,8 +37,4 @@ export default { diff --git a/src/styles/index.scss b/src/styles/index.scss index 28cf15555..09eb2350d 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -143,3 +143,8 @@ h4 { color: #737373; font-size: 13px } + +input[type=file] { + font-size: 12px; + opacity: 80; +}