修改名称
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="box">
|
||||
<div class="row-box">
|
||||
<img class="logo" :src="imgUrl" />
|
||||
<span class="text">上海干巷车镜实业有限公司</span>
|
||||
<span class="text">北泽阀门</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -17,16 +17,19 @@ import imgUrl from '@/assets/logo/logo.png'
|
||||
left: 1%;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.row-box {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.text {
|
||||
margin-left: 10px;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user