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