This commit is contained in:
8
.idea/workspace.xml
generated
8
.idea/workspace.xml
generated
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="PropertiesComponent">{
|
|
||||||
"keyToString": {
|
|
||||||
"settings.editor.selected.configurable": "settings.sync"
|
|
||||||
}
|
|
||||||
}</component>
|
|
||||||
</project>
|
|
||||||
1
components.d.ts
vendored
1
components.d.ts
vendored
@@ -13,7 +13,6 @@ declare module '@vue/runtime-core' {
|
|||||||
MerList: typeof import('./src/components/MerList.vue')['default']
|
MerList: typeof import('./src/components/MerList.vue')['default']
|
||||||
NutAvatar: typeof import('@nutui/nutui-taro')['Avatar']
|
NutAvatar: typeof import('@nutui/nutui-taro')['Avatar']
|
||||||
NutBacktop: typeof import('@nutui/nutui-taro')['Backtop']
|
NutBacktop: typeof import('@nutui/nutui-taro')['Backtop']
|
||||||
NutbigScratchCard: typeof import('@nutui/nutui-taro')['bigScratchCard']
|
|
||||||
NutButton: typeof import('@nutui/nutui-taro')['Button']
|
NutButton: typeof import('@nutui/nutui-taro')['Button']
|
||||||
NutCalendar: typeof import('@nutui/nutui-taro')['Calendar']
|
NutCalendar: typeof import('@nutui/nutui-taro')['Calendar']
|
||||||
NutCell: typeof import('@nutui/nutui-taro')['Cell']
|
NutCell: typeof import('@nutui/nutui-taro')['Cell']
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<view class="flex flex-col items-center pt-[208px]">
|
<view class="flex flex-col items-center pt-[208px]">
|
||||||
<back />
|
<back />
|
||||||
<image
|
<image
|
||||||
class="h-[600px] mb-[10px]"
|
class="h-[800px] mb-[10px] w-full"
|
||||||
src="https://pic.imgdb.cn/item/6697ac7bd9c307b7e95f3f39.png"
|
src="https://pic.imgdb.cn/item/6697ac7bd9c307b7e95f3f39.png"
|
||||||
mode="scaleToFill" />
|
mode="scaleToFill" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user