basePagePicture.vue 代码精简
This commit is contained in:
parent
319d48ec2f
commit
afbbeeeaea
|
|
@ -12,6 +12,7 @@
|
||||||
loading-text="加载中..."
|
loading-text="加载中..."
|
||||||
/>
|
/>
|
||||||
<!-- 页面内容将在这里添加 -->
|
<!-- 页面内容将在这里添加 -->
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -29,16 +30,11 @@ import {
|
||||||
import {
|
import {
|
||||||
getMonkList
|
getMonkList
|
||||||
} from '@/api/monk/monk.js'
|
} from '@/api/monk/monk.js'
|
||||||
import CustomNavbar from "../../components/custom-navbar/custom-navbar.vue";
|
|
||||||
import BaseBackground from "../../components/base-background/base-background.vue";
|
|
||||||
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";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
StatusDisplay,
|
|
||||||
CustomNavbar,
|
|
||||||
BaseBackground,
|
|
||||||
MonkSearchBox: SearchBox
|
MonkSearchBox: SearchBox
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
@ -99,7 +95,6 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 0 15rpx;
|
padding: 0 15rpx 40rpx 15rpx;
|
||||||
padding-bottom: 40rpx;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user