feat: 修改一个css

This commit is contained in:
ibuler 2020-06-10 18:16:58 +08:00
parent ceb0dac72a
commit ae39f2c61c
2 changed files with 5 additions and 4 deletions

View File

@ -37,8 +37,4 @@ export default {
</script>
<style scoped>
.upload-key input {
opacity: 70;
cursor: pointer
}
</style>

View File

@ -143,3 +143,8 @@ h4 {
color: #737373;
font-size: 13px
}
input[type=file] {
font-size: 12px;
opacity: 80;
}