mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
dashboard
This commit is contained in:
parent
3bf1655db7
commit
edc412a8e5
28 changed files with 187 additions and 954 deletions
|
@ -1,19 +1,13 @@
|
|||
<template>
|
||||
<div class="logo">
|
||||
<img :src="logo"/>
|
||||
<div class="text">Nginx UI</div>
|
||||
<p class="text">Nginx UI</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Logo',
|
||||
data() {
|
||||
return {
|
||||
logo: require('@/assets/img/logo.png')
|
||||
}
|
||||
}
|
||||
name: 'Logo'
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -33,13 +27,11 @@ export default {
|
|||
}
|
||||
|
||||
.text {
|
||||
float: left;
|
||||
font-weight: 300;
|
||||
font-size: 22px;
|
||||
font-size: 23px;
|
||||
line-height: 48px;
|
||||
height: 48px;
|
||||
display: inline-block;
|
||||
margin-left: 13px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue