mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
调整页面在微信模拟器下的样式
This commit is contained in:
19
yudao-ui-app/pages/search/search.vue
Normal file
19
yudao-ui-app/pages/search/search.vue
Normal file
@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
搜索页面
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
title: ''
|
||||
}
|
||||
},
|
||||
onLoad() {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
Reference in New Issue
Block a user