mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
bug fix
This commit is contained in:
parent
ad421905a8
commit
dd6e19657a
162 changed files with 15071 additions and 932 deletions
|
@ -1,37 +0,0 @@
|
|||
<template>
|
||||
<div class="logo">
|
||||
<p class="text">Nginx UI</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Logo'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.logo {
|
||||
margin: 8px 18px;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
transition: all 0.3s;
|
||||
height: 56px;
|
||||
width: 80%;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
|
||||
img {
|
||||
height: 46px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.text {
|
||||
font-weight: 300;
|
||||
font-size: 23px;
|
||||
line-height: 48px;
|
||||
height: 48px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue