memorial.vue
首页贡献按钮
This commit is contained in:
parent
f701bed6aa
commit
9bfa797f44
|
|
@ -85,8 +85,6 @@ export default {
|
|||
.page {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||||
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
|
|
@ -30,6 +30,11 @@
|
|||
ref="enshrinedList"
|
||||
/>
|
||||
</view>
|
||||
<bottom-button
|
||||
title="供奉"
|
||||
type="primary"
|
||||
@click="submitPrayer"
|
||||
/>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
|
@ -38,9 +43,11 @@ import {CommonEnum} from '@/enum/common.js'
|
|||
import SearchBox from "../../components/search-box/search-box.vue"
|
||||
import StatusDisplay from "../../components/status-display/status-display.vue"
|
||||
import EnshrinedList from "./compositons/enshrinedList.vue"
|
||||
import BottomButton from "../../components/bottom-button/bottom-button.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
BottomButton,
|
||||
SearchBox,
|
||||
StatusDisplay,
|
||||
EnshrinedList
|
||||
|
|
@ -106,7 +113,7 @@ export default {
|
|||
|
||||
.header {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
min-height: 200vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user