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