提交 39d6f5fe 编写于 作者: inkwalk's avatar inkwalk

update adapt.md

上级 6c7b1f82
### uni.setTopWindowStyle(OPTIONS) ### uni.setTopWindowStyle(OBJECT)
设置 topWindow 的样式 设置 topWindow 的样式
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|x|√|x|x|x|x|x| |x|√|x|x|x|x|x|
**OPTIONS 说明** **OBJECT 参数说明**
|属性|类型|说明| |参数|类型|说明|
|---|---|---| |---|---|---|
|OPTIONS|Object|css 样式对象,需写驼峰css属性 ,{height: '100px', backgroundColor: 'red'}| |OBJECT|Object|css 样式对象,需写驼峰css属性 ,{height: '100px', backgroundColor: 'red'}|
**代码示例** **代码示例**
...@@ -25,7 +25,7 @@ uni.setTopWindowStyle({ ...@@ -25,7 +25,7 @@ uni.setTopWindowStyle({
}) })
``` ```
### uni.setLeftWindowStyle(OPTIONS) ### uni.setLeftWindowStyle(OBJECT)
设置 leftWindow 的样式 设置 leftWindow 的样式
...@@ -37,11 +37,11 @@ uni.setTopWindowStyle({ ...@@ -37,11 +37,11 @@ uni.setTopWindowStyle({
|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|x|√|x|x|x|x|x| |x|√|x|x|x|x|x|
**OPTIONS 说明** **OBJECT 参数说明**
|属性|类型|说明| |参数|类型|说明|
|---|---|---| |---|---|---|
|OPTIONS|Object|css 样式对象,需写驼峰css属性 ,{width: '500px', backgroundColor: 'blue'}| |OBJECT|Object|css 样式对象,需写驼峰css属性 ,{width: '500px', backgroundColor: 'blue'}|
**代码示例** **代码示例**
...@@ -53,7 +53,7 @@ uni.setLeftWindowStyle({ ...@@ -53,7 +53,7 @@ uni.setLeftWindowStyle({
``` ```
### uni.setRightWindowStyle(OPTIONS) ### uni.setRightWindowStyle(OBJECT)
设置 rightWindow 的样式 设置 rightWindow 的样式
...@@ -65,11 +65,11 @@ uni.setLeftWindowStyle({ ...@@ -65,11 +65,11 @@ uni.setLeftWindowStyle({
|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|x|√|x|x|x|x|x| |x|√|x|x|x|x|x|
**OPTIONS 说明** **OBJECT 参数说明**
|属性|类型|说明| |参数|类型|说明|
|---|---|---| |---|---|---|
|OPTIONS|Object|css 样式对象,需写驼峰css属性 ,{width: '500px', backgroundColor: 'blue'}| |OBJECT|Object|css 样式对象,需写驼峰css属性 ,{width: '500px', backgroundColor: 'blue'}|
**代码示例** **代码示例**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册