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 @@ ...@@ -34,7 +34,7 @@
"vue-i18n": "^9.1.9", "vue-i18n": "^9.1.9",
"vue-router": "4", "vue-router": "4",
"wot-design-uni": "^1.2.26", "wot-design-uni": "^1.2.26",
"xinhua-sdk": "^1.6.0" "xinhua-sdk": "^1.8.0"
}, },
"devDependencies": { "devDependencies": {
"@dcloudio/types": "^3.3.2", "@dcloudio/types": "^3.3.2",
...@@ -72,4 +72,4 @@ ...@@ -72,4 +72,4 @@
} }
} }
} }
} }
\ No newline at end of file
<template> <template>
<div class="bg"> <Header backgroundBox="#D2E4FF">
<Header backgroundBox="#D2E4FF">
<div class="header"> <div class="header">
<div class="title">分类</div> <div class="title">分类</div>
<div class="search"> <div class="search">
...@@ -12,6 +11,8 @@ ...@@ -12,6 +11,8 @@
</div> </div>
</div> </div>
</Header> </Header>
<div class="bg">
<!-- <van-sticky> <!-- <van-sticky>
</van-sticky> --> </van-sticky> -->
...@@ -93,11 +94,7 @@ const clear = () => { ...@@ -93,11 +94,7 @@ const clear = () => {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.bg { .header {
height: 100vh;
background: linear-gradient(to bottom, #D2E4FF 5%, #fff 25%);
.header {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 20px; padding: 0 20px;
...@@ -135,6 +132,11 @@ const clear = () => { ...@@ -135,6 +132,11 @@ const clear = () => {
} }
} }
.bg {
height: 100vh;
background: linear-gradient(to bottom, #D2E4FF 5%, #fff 25%);
.content { .content {
padding: 10px 10px 0 10px; 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