sdk更新

parent b7ce7bc9
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -34,7 +34,7 @@
"vue-i18n": "^9.1.9",
"vue-router": "4",
"wot-design-uni": "^1.2.26",
"xinhua-sdk": "^1.6.0"
"xinhua-sdk": "^1.8.0"
},
"devDependencies": {
"@dcloudio/types": "^3.3.2",
......@@ -72,4 +72,4 @@
}
}
}
}
\ No newline at end of file
}
<template>
<div class="bg">
<Header backgroundBox="#D2E4FF">
<Header backgroundBox="#D2E4FF">
<div class="header">
<div class="title">分类</div>
<div class="search">
......@@ -12,6 +11,8 @@
</div>
</div>
</Header>
<div class="bg">
<!-- <van-sticky>
</van-sticky> -->
......@@ -93,11 +94,7 @@ const clear = () => {
</script>
<style scoped lang="scss">
.bg {
height: 100vh;
background: linear-gradient(to bottom, #D2E4FF 5%, #fff 25%);
.header {
.header {
display: flex;
align-items: center;
padding: 0 20px;
......@@ -135,6 +132,11 @@ const clear = () => {
}
}
.bg {
height: 100vh;
background: linear-gradient(to bottom, #D2E4FF 5%, #fff 25%);
.content {
padding: 10px 10px 0 10px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment