remove image logo
This commit is contained in:
parent
554c078307
commit
9f5c1e5139
|
@ -105,8 +105,7 @@ ul {
|
|||
}
|
||||
|
||||
.page.home .page__title {
|
||||
font-size: 0;
|
||||
margin-bottom: 15px
|
||||
margin-bottom: 10px
|
||||
}
|
||||
|
||||
.page.home .page__bd img {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import { define, WeElement } from 'omi'
|
||||
import style from './_index.css'
|
||||
import logo from './logo.png'
|
||||
import iconFooter from './icon_footer.png'
|
||||
import iconNavForm from './icon_nav_form.png'
|
||||
import iconNavLayout from './icon_nav_layout.png'
|
||||
|
@ -113,7 +112,7 @@ define('my-app', class extends WeElement {
|
|||
<div class="page home">
|
||||
<div class="page__hd">
|
||||
<h1 class="page__title">
|
||||
<img src={logo} alt="WeUI" style="height:21px;" />
|
||||
Omi-WeUI
|
||||
</h1>
|
||||
<p class="page__desc">
|
||||
WeUI
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue