mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-22 11:01:44 +00:00
feat: 修改一个css
This commit is contained in:
parent
ceb0dac72a
commit
ae39f2c61c
@ -37,8 +37,4 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.upload-key input {
|
|
||||||
opacity: 70;
|
|
||||||
cursor: pointer
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -143,3 +143,8 @@ h4 {
|
|||||||
color: #737373;
|
color: #737373;
|
||||||
font-size: 13px
|
font-size: 13px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=file] {
|
||||||
|
font-size: 12px;
|
||||||
|
opacity: 80;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user